Aspose.Barcode for Python via Java Generation and Recognition API docs
|
QR structured append parameters. More...
Inherits BaseJavaClass.
Public Member Functions | |
None | __init__ (self, javaClass) |
int | getParityByte (self) |
Gets the QR structured append mode parity data. More... | |
int | getSequenceIndicator (self) |
Gets the index of the QR structured append mode barcode. More... | |
int | getStateHash (self) |
int | getTotalCount (self) |
Gets the QR structured append mode barcodes quantity. More... | |
None | init (self) |
None | setParityByte (self, int value) |
Sets the QR structured append mode parity data. More... | |
None | setSequenceIndicator (self, int value) |
Sets the index of the QR structured append mode barcode. More... | |
None | setTotalCount (self, int value) |
Sets the QR structured append mode barcodes quantity. 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 | |
QR structured append parameters.
None __init__ | ( | self, | |
javaClass | |||
) |
Reimplemented from BaseJavaClass.
int getParityByte | ( | self | ) |
Gets the QR structured append mode parity data.
int getSequenceIndicator | ( | self | ) |
Gets the index of the QR structured append mode barcode.
Index starts from 0.
int getStateHash | ( | self | ) |
int getTotalCount | ( | self | ) |
Gets the QR structured append mode barcodes quantity.
Max value is 16.
None init | ( | self | ) |
Reimplemented from BaseJavaClass.
None setParityByte | ( | self, | |
int | value | ||
) |
Sets the QR structured append mode parity data.
None setSequenceIndicator | ( | self, | |
int | value | ||
) |
Sets the index of the QR structured append mode barcode.
Index starts from 0.
None setTotalCount | ( | self, | |
int | value | ||
) |
Sets the QR structured append mode barcodes quantity.
Max value is 16.