Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Supplement parameters. More...
Inherits BaseJavaClass.
Public Member Functions | |
None | __init__ (self, javaClass) |
str | __str__ (self) |
Returns a human-readable string representation of this SupplementParameters. More... | |
str | getSupplementData (self) |
Supplement data following BarCode. More... | |
Optional[Unit] | getSupplementSpace (self) |
Space between the main BarCode and supplement BarCode in Unit value. More... | |
None | init (self) |
None | setSupplementData (self, str value) |
Supplement data following BarCode. 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 | |
Supplement parameters.
Used for Interleaved2of5, Standard2of5, EAN13, EAN8, UPCA, UPCE, ISBN, ISSN, ISMN.
None __init__ | ( | self, | |
javaClass | |||
) |
Reimplemented from BaseJavaClass.
str __str__ | ( | self | ) |
Returns a human-readable string representation of this SupplementParameters.
str getSupplementData | ( | self | ) |
Supplement data following BarCode.
Optional[Unit] getSupplementSpace | ( | self | ) |
Space between the main BarCode and supplement BarCode in Unit value.
None init | ( | self | ) |
Reimplemented from BaseJavaClass.
None setSupplementData | ( | self, | |
str | value | ||
) |
Supplement data following BarCode.