Aspose.Barcode for Python via Java Generation and Recognition API docs
QrStructuredAppendParameters Class Reference

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
 

Detailed Description

QR structured append parameters.

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self,
  javaClass 
)

Reimplemented from BaseJavaClass.

Member Function Documentation

◆ getParityByte()

int getParityByte (   self)

Gets the QR structured append mode parity data.

◆ getSequenceIndicator()

int getSequenceIndicator (   self)

Gets the index of the QR structured append mode barcode.

Index starts from 0.

◆ getStateHash()

int getStateHash (   self)

◆ getTotalCount()

int getTotalCount (   self)

Gets the QR structured append mode barcodes quantity.

Max value is 16.

◆ init()

None init (   self)

Reimplemented from BaseJavaClass.

◆ setParityByte()

None setParityByte (   self,
int  value 
)

Sets the QR structured append mode parity data.

◆ setSequenceIndicator()

None setSequenceIndicator (   self,
int  value 
)

Sets the index of the QR structured append mode barcode.

Index starts from 0.

◆ setTotalCount()

None setTotalCount (   self,
int  value 
)

Sets the QR structured append mode barcodes quantity.

Max value is 16.