![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Aztec parameters. More...
Inherits BaseJavaClass.
Public Member Functions | |
def | __init__ (self, javaClass) |
def | init (self) |
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 or sets a Aztec Symbol mode. More... | |
def | setAztecSymbolMode (self, value) |
Gets or sets a Aztec Symbol mode. 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, value) |
Sets the encoding of codetext. More... | |
def | toString (self) |
Returns a human-readable string representation of this AztecParameters. More... | |
![]() | |
def | getJavaClass (self) |
def | setJavaClass (self, javaClass) |
def | getJavaClassName (self) |
def | isNull (self) |
def | printJavaClassName (self) |
Additional Inherited Members | |
![]() | |
javaClass | |
javaClassName | |
Aztec parameters.
def __init__ | ( | self, | |
javaClass | |||
) |
Reimplemented from BaseJavaClass.
def getAspectRatio | ( | self | ) |
Height/Width ratio of 2D BarCode module.
def getAztecErrorLevel | ( | self | ) |
Level of error correction of Aztec types of barcode.
Value should between 10 to 95.
def getAztecSymbolMode | ( | self | ) |
Gets or sets a Aztec Symbol mode.
Default value: AztecSymbolMode.AUTO.
def getCodeTextEncoding | ( | self | ) |
Gets the encoding of codetext.
Default value: UTF-8
def init | ( | self | ) |
Reimplemented from BaseJavaClass.
def setAspectRatio | ( | self, | |
value | |||
) |
Height/Width ratio of 2D BarCode module.
def setAztecErrorLevel | ( | self, | |
value | |||
) |
Level of error correction of Aztec types of barcode.
Value should between 10 to 95.
def setAztecSymbolMode | ( | self, | |
value | |||
) |
Gets or sets a Aztec Symbol mode.
Default value: AztecSymbolMode.AUTO.
def setCodeTextEncoding | ( | self, | |
value | |||
) |
Sets the encoding of codetext.
Default value: UTF-8
def toString | ( | self | ) |
Returns a human-readable string representation of this AztecParameters.