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

Aztec parameters. More...

Inherits BaseJavaClass.

Public Member Functions

def __init__ (self, javaClass)
 
def init (self)
 
def getAztecEncodeMode (self)
 Gets a Aztec encode mode. More...
 
def setAztecEncodeMode (self, value)
 
def getECIEncoding (self)
 Gets ECI encoding. More...
 
def setECIEncoding (self, value)
 Sets ECI encoding. More...
 
def getStructuredAppendBarcodeId (self)
 Barcode ID for Structured Append mode of Aztec barcode. More...
 
def setStructuredAppendBarcodeId (self, value)
 Barcode ID for Structured Append mode of Aztec barcode. More...
 
def getStructuredAppendBarcodesCount (self)
 Barcodes count for Structured Append mode of Aztec barcode. More...
 
def setStructuredAppendBarcodesCount (self, value)
 Barcodes count for Structured Append mode of Aztec barcode. More...
 
def getStructuredAppendFileId (self)
 File ID for Structured Append mode of Aztec barcode (optional field). More...
 
def setStructuredAppendFileId (self, value)
 File ID for Structured Append mode of Aztec barcode (optional field). More...
 
def getAztecErrorLevel (self)
 Level of error correction of Aztec types of barcode. More...
 
def setAztecErrorLevel (self, value)
 Level of error correction of Aztec types of barcode. More...
 
def getAztecSymbolMode (self)
 Gets a Aztec Symbol mode. More...
 
def setAztecSymbolMode (self, value)
 Sets a Aztec Symbol mode. More...
 
def getLayersCount (self)
 Gets layers count of Aztec symbol. More...
 
def setLayersCount (self, value)
 Sets layers count of Aztec symbol. More...
 
def isReaderInitialization (self)
 Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. More...
 
def setReaderInitialization (self, value)
 Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. More...
 
def getAspectRatio (self)
 Height/Width ratio of 2D BarCode module. More...
 
def setAspectRatio (self, value)
 Height/Width ratio of 2D BarCode module. More...
 
def getCodeTextEncoding (self)
 Gets the encoding of codetext. More...
 
def setCodeTextEncoding (self, codeTextEncoding)
 Sets the encoding of codetext. More...
 
def toString (self)
 Returns a human-readable string representation of this. More...
 
- 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

Aztec parameters.

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  javaClass 
)

Reimplemented from BaseJavaClass.

Member Function Documentation

◆ getAspectRatio()

def getAspectRatio (   self)

Height/Width ratio of 2D BarCode module.

◆ getAztecEncodeMode()

def getAztecEncodeMode (   self)

Gets a Aztec encode mode.

Default value: Auto.

◆ getAztecErrorLevel()

def getAztecErrorLevel (   self)

Level of error correction of Aztec types of barcode.

Value should between 5 to 95.

◆ getAztecSymbolMode()

def getAztecSymbolMode (   self)

Gets a Aztec Symbol mode.

Default value: AztecSymbolMode.Auto.

◆ getCodeTextEncoding()

def getCodeTextEncoding (   self)

Gets the encoding of codetext.

Default value: UTF-8

◆ getECIEncoding()

def getECIEncoding (   self)

Gets ECI encoding.

Used when AztecEncodeMode is Auto. Default value: ISO-8859-1

◆ getLayersCount()

def getLayersCount (   self)

Gets layers count of Aztec symbol.

Layers count should be in range from 1 to 3 for Compact mode and in range from 1 to 32 for Full Range mode. Default value: 0 (auto).

◆ getStructuredAppendBarcodeId()

def getStructuredAppendBarcodeId (   self)

Barcode ID for Structured Append mode of Aztec barcode.

Barcode ID should be in range from 1 to barcodes count. Default value: 0

◆ getStructuredAppendBarcodesCount()

def getStructuredAppendBarcodesCount (   self)

Barcodes count for Structured Append mode of Aztec barcode.

Barcodes count should be in range from 1 to 26. Default value: 0

◆ getStructuredAppendFileId()

def getStructuredAppendFileId (   self)

File ID for Structured Append mode of Aztec barcode (optional field).

File ID should not contain spaces. Default value: empty string

◆ init()

def init (   self)

Reimplemented from BaseJavaClass.

◆ isReaderInitialization()

def isReaderInitialization (   self)

Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.

◆ setAspectRatio()

def setAspectRatio (   self,
  value 
)

Height/Width ratio of 2D BarCode module.

◆ setAztecEncodeMode()

def setAztecEncodeMode (   self,
  value 
)
Sets a Aztec encode mode.
Default value: Auto.

◆ setAztecErrorLevel()

def setAztecErrorLevel (   self,
  value 
)

Level of error correction of Aztec types of barcode.

Value should between 5 to 95.

◆ setAztecSymbolMode()

def setAztecSymbolMode (   self,
  value 
)

Sets a Aztec Symbol mode.

Default value: AztecSymbolMode.Auto.

◆ setCodeTextEncoding()

def setCodeTextEncoding (   self,
  codeTextEncoding 
)

Sets the encoding of codetext.

Default value: UTF-8

◆ setECIEncoding()

def setECIEncoding (   self,
  value 
)

Sets ECI encoding.

Used when AztecEncodeMode is Auto. Default value: ISO-8859-1

◆ setLayersCount()

def setLayersCount (   self,
  value 
)

Sets layers count of Aztec symbol.

Layers count should be in range from 1 to 3 for Compact mode and in range from 1 to 32 for Full Range mode.

◆ setReaderInitialization()

def setReaderInitialization (   self,
  value 
)

Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.

◆ setStructuredAppendBarcodeId()

def setStructuredAppendBarcodeId (   self,
  value 
)

Barcode ID for Structured Append mode of Aztec barcode.

Barcode ID should be in range from 1 to barcodes count. Default value: 0

◆ setStructuredAppendBarcodesCount()

def setStructuredAppendBarcodesCount (   self,
  value 
)

Barcodes count for Structured Append mode of Aztec barcode.

Barcodes count should be in range from 1 to 26. Default value: 0

◆ setStructuredAppendFileId()

def setStructuredAppendFileId (   self,
  value 
)

File ID for Structured Append mode of Aztec barcode (optional field).

File ID should not contain spaces. Default value: empty string

◆ toString()

def toString (   self)

Returns a human-readable string representation of this.

AztecParameters

. @:return: A string that represents this

AztecParameters

.