Package com.aspose.barcode.generation
Class QrStructuredAppendParameters
java.lang.Object
com.aspose.barcode.generation.QrStructuredAppendParameters
QR structured append parameters.
-
Method Summary
Modifier and TypeMethodDescriptionbyteGets the QR structured append mode parity data.intGets the index of the QR structured append mode barcode.intGets the QR structured append mode barcodes quantity.voidsetParityByte(byte value) Sets the QR structured append mode parity data.voidsetSequenceIndicator(int value) Sets the index of the QR structured append mode barcode.voidsetTotalCount(int value) Sets the QR structured append mode barcodes quantity.
-
Method Details
-
getParityByte
public byte getParityByte()Gets the QR structured append mode parity data. -
setParityByte
public void setParityByte(byte value) Sets the QR structured append mode parity data. -
getSequenceIndicator
public int getSequenceIndicator()Gets the index of the QR structured append mode barcode. Index starts from 0. -
setSequenceIndicator
public void setSequenceIndicator(int value) Sets the index of the QR structured append mode barcode. Index starts from 0. -
getTotalCount
public int getTotalCount()Gets the QR structured append mode barcodes quantity. Max value is 16. -
setTotalCount
public void setTotalCount(int value) Sets the QR structured append mode barcodes quantity. Max value is 16.
-