![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Databar parameters. More...
Inherits _MwWrapper.
Public Member Functions | |
| None | __init__ (self, _java_class) |
| str | __str__ (self) |
| bool | allow_only_gs1_encoding (self) |
| If this flag is set, it allows only GS1 encoding standard for Databar barcode types. More... | |
| None | allow_only_gs1_encoding (self, bool value) |
| If this flag is set, it allows only GS1 encoding standard for Databar barcode types. 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... | |
| bool | is_2d_composite_component (self) |
| Enables flag of 2D composite component with DataBar barcode. More... | |
| None | is_2d_composite_component (self, bool value) |
| Enables flag of 2D composite component with DataBar barcode. More... | |
| int | rows (self) |
| Rows count. More... | |
| None | rows (self, int value) |
| Rows count. More... | |
Databar parameters.
| None __init__ | ( | self, | |
| _java_class | |||
| ) |
| str __str__ | ( | self | ) |
| bool allow_only_gs1_encoding | ( | self | ) |
If this flag is set, it allows only GS1 encoding standard for Databar barcode types.
| None allow_only_gs1_encoding | ( | self, | |
| bool | value | ||
| ) |
If this flag is set, it allows only GS1 encoding standard for Databar barcode types.
| float aspect_ratio | ( | self | ) |
Height/Width ratio of 2D BarCode module.
Used for DataBar stacked.
| None aspect_ratio | ( | self, | |
| float | value | ||
| ) |
Height/Width ratio of 2D BarCode module.
Used for DataBar stacked.
| int columns | ( | self | ) |
Columns count.
| None columns | ( | self, | |
| int | value | ||
| ) |
Columns count.
| bool is_2d_composite_component | ( | self | ) |
Enables flag of 2D composite component with DataBar barcode.
| None is_2d_composite_component | ( | self, | |
| bool | value | ||
| ) |
Enables flag of 2D composite component with DataBar barcode.
| int rows | ( | self | ) |
Rows count.
| None rows | ( | self, | |
| int | value | ||
| ) |
Rows count.