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

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)
 
- Public Member Functions inherited from BaseJavaClass
def getJavaClass (self)
 
def setJavaClass (self, javaClass)
 
def getJavaClassName (self)
 
def isNull (self)
 
def printJavaClassName (self)
 

Additional Inherited Members

- Public Attributes inherited from BaseJavaClass
 javaClass
 
 javaClassName
 

Detailed Description

QR structured append parameters.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  javaClass 
)

Reimplemented from BaseJavaClass.

Member Function Documentation

◆ getParityByte()

def getParityByte (   self)

Gets the QR structured append mode parity data.

◆ getSequenceIndicator()

def getSequenceIndicator (   self)

Gets the index of the QR structured append mode barcode.

Index starts from 0.

◆ getStateHash()

def getStateHash (   self)

◆ getTotalCount()

def getTotalCount (   self)

Gets the QR structured append mode barcodes quantity.

Max value is 16.

◆ init()

def init (   self)

Reimplemented from BaseJavaClass.

◆ setParityByte()

def setParityByte (   self,
  value 
)

Sets the QR structured append mode parity data.

◆ setSequenceIndicator()

def setSequenceIndicator (   self,
  value 
)

Sets the index of the QR structured append mode barcode.

Index starts from 0.

◆ setTotalCount()

def setTotalCount (   self,
  value 
)

Sets the QR structured append mode barcodes quantity.

Max value is 16.