Aspose.Barcode for Python via Java Generation and Recognition API docs
|
GS1 Composite bar parameters. More...
Inherits BaseJavaClass.
Public Member Functions | |
None | __init__ (self, javaClass) |
str | __str__ (self) |
Returns a human-readable string representation of this DataBarParameters. More... | |
EncodeTypes | getLinearComponentType (self) |
Linear component type. More... | |
TwoDComponentType | getTwoDComponentType (self) |
2D component type More... | |
None | init (self) |
bool | isAllowOnlyGS1Encoding (self) |
If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component. More... | |
None | setAllowOnlyGS1Encoding (self, bool value) |
If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component. More... | |
None | setLinearComponentType (self, EncodeTypes value) |
Linear component type. More... | |
None | setTwoDComponentType (self, TwoDComponentType value) |
2D component type 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 | |
GS1 Composite bar parameters.
None __init__ | ( | self, | |
javaClass | |||
) |
Reimplemented from BaseJavaClass.
str __str__ | ( | self | ) |
Returns a human-readable string representation of this DataBarParameters.
EncodeTypes getLinearComponentType | ( | self | ) |
Linear component type.
TwoDComponentType getTwoDComponentType | ( | self | ) |
2D component type
None init | ( | self | ) |
Reimplemented from BaseJavaClass.
bool isAllowOnlyGS1Encoding | ( | self | ) |
If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component.
None setAllowOnlyGS1Encoding | ( | self, | |
bool | value | ||
) |
If this flag is set, it allows only GS1 encoding standard for GS1CompositeBar 2D Component.
None setLinearComponentType | ( | self, | |
EncodeTypes | value | ||
) |
Linear component type.
None setTwoDComponentType | ( | self, | |
TwoDComponentType | value | ||
) |
2D component type