![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
QR structured append parameters. More...
Inherits BaseJavaClass.
Public Member Functions | |
def | init (self) |
def | __init__ (self, javaClass) |
def | getParityByte (self) |
Gets the QR structured append mode parity data. More... | |
def | setParityByte (self, value) |
Sets the QR structured append mode parity data. More... | |
def | getSequenceIndicator (self) |
Gets the index of the QR structured append mode barcode. More... | |
def | setSequenceIndicator (self, value) |
Sets the index of the QR structured append mode barcode. More... | |
def | getTotalCount (self) |
Gets the QR structured append mode barcodes quantity. More... | |
def | setTotalCount (self, value) |
Sets the QR structured append mode barcodes quantity. More... | |
def | getStateHash (self) |
![]() | |
def | getJavaClass (self) |
def | setJavaClass (self, javaClass) |
def | getJavaClassName (self) |
def | isNull (self) |
def | printJavaClassName (self) |
Additional Inherited Members | |
![]() | |
javaClass | |
javaClassName | |
QR structured append parameters.
def __init__ | ( | self, | |
javaClass | |||
) |
Reimplemented from BaseJavaClass.
def getParityByte | ( | self | ) |
Gets the QR structured append mode parity data.
def getSequenceIndicator | ( | self | ) |
Gets the index of the QR structured append mode barcode.
Index starts from 0.
def getStateHash | ( | self | ) |
def getTotalCount | ( | self | ) |
Gets the QR structured append mode barcodes quantity.
Max value is 16.
def init | ( | self | ) |
Reimplemented from BaseJavaClass.
def setParityByte | ( | self, | |
value | |||
) |
Sets the QR structured append mode parity data.
def setSequenceIndicator | ( | self, | |
value | |||
) |
Sets the index of the QR structured append mode barcode.
Index starts from 0.
def setTotalCount | ( | self, | |
value | |||
) |
Sets the QR structured append mode barcodes quantity.
Max value is 16.