![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Codablock parameters. More...
Inherits _MwWrapper.
Public Member Functions | |
| None | __init__ (self, _java_class) |
| str | __str__ (self) |
| Returns a human-readable string representation of this CodablockParameters. More... | |
| float | aspect_ratio (self) |
| Height/Width ratio of 2D BarCode module. More... | |
| None | aspect_ratio (self, float value) |
| Height/Width ratio of 2D BarCode module. More... | |
| int | columns (self) |
| Columns count. More... | |
| None | columns (self, int value) |
| Columns count. More... | |
| int | rows (self) |
| Rows count. More... | |
| None | rows (self, int value) |
| Rows count. More... | |
Codablock parameters.
| None __init__ | ( | self, | |
| _java_class | |||
| ) |
| str __str__ | ( | self | ) |
Returns a human-readable string representation of this CodablockParameters.
| float aspect_ratio | ( | self | ) |
Height/Width ratio of 2D BarCode module.
| None aspect_ratio | ( | self, | |
| float | value | ||
| ) |
Height/Width ratio of 2D BarCode module.
| int columns | ( | self | ) |
Columns count.
| None columns | ( | self, | |
| int | value | ||
| ) |
Columns count.
| int rows | ( | self | ) |
Rows count.
| None rows | ( | self, | |
| int | value | ||
| ) |
Rows count.