Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Databar parameters. More...
Inherits BaseJavaClass.
Public Member Functions | |
None | __init__ (self, javaClass) |
str | __str__ (self) |
float | getAspectRatio (self) |
Height/Width ratio of 2D BarCode module. More... | |
int | getColumns (self) |
Columns count. More... | |
int | getRows (self) |
Rows count. More... | |
None | init (self) |
bool | is2DCompositeComponent (self) |
Enables flag of 2D composite component with DataBar barcode. More... | |
bool | isAllowOnlyGS1Encoding (self) |
If this flag is set, it allows only GS1 encoding standard for Databar barcode types. More... | |
None | set2DCompositeComponent (self, bool value) |
Enables flag of 2D composite component with DataBar barcode. More... | |
None | setAllowOnlyGS1Encoding (self, bool value) |
If this flag is set, it allows only GS1 encoding standard for Databar barcode types. More... | |
None | setAspectRatio (self, float value) |
Height/Width ratio of 2D BarCode module. More... | |
None | setColumns (self, int value) |
Columns count. More... | |
None | setRows (self, int value) |
Rows count. More... | |
Public Member Functions inherited from BaseJavaClass | |
def | getJavaClass (self) |
str | getJavaClassName (self) |
bool | isNull (self) |
None | printJavaClassName (self) |
None | setJavaClass (self, javaClass) |
Additional Inherited Members | |
Public Attributes inherited from BaseJavaClass | |
javaClass | |
javaClassName | |
Databar parameters.
None __init__ | ( | self, | |
javaClass | |||
) |
Reimplemented from BaseJavaClass.
str __str__ | ( | self | ) |
float getAspectRatio | ( | self | ) |
Height/Width ratio of 2D BarCode module.
Used for DataBar stacked.
int getColumns | ( | self | ) |
Columns count.
int getRows | ( | self | ) |
Rows count.
None init | ( | self | ) |
Reimplemented from BaseJavaClass.
bool is2DCompositeComponent | ( | self | ) |
Enables flag of 2D composite component with DataBar barcode.
bool isAllowOnlyGS1Encoding | ( | self | ) |
If this flag is set, it allows only GS1 encoding standard for Databar barcode types.
None set2DCompositeComponent | ( | self, | |
bool | value | ||
) |
Enables flag of 2D composite component with DataBar barcode.
None setAllowOnlyGS1Encoding | ( | self, | |
bool | value | ||
) |
If this flag is set, it allows only GS1 encoding standard for Databar barcode types.
None setAspectRatio | ( | self, | |
float | value | ||
) |
Height/Width ratio of 2D BarCode module.
Used for DataBar stacked.
None setColumns | ( | self, | |
int | value | ||
) |
Columns count.
None setRows | ( | self, | |
int | value | ||
) |
Rows count.