![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Aztec parameters. More...
Inherits BaseJavaClass.
Public Member Functions | |
| None | __init__ (self, javaClass) |
| str | __str__ (self) |
| Returns a human-readable string representation of this. More... | |
| float | getAspectRatio (self) |
| Height/Width ratio of 2D BarCode module. More... | |
| AztecEncodeMode | getAztecEncodeMode (self) |
| Gets a Aztec encode mode. More... | |
| int | getAztecErrorLevel (self) |
| Level of error correction of Aztec types of barcode. More... | |
| AztecSymbolMode | getAztecSymbolMode (self) |
| Gets a Aztec Symbol mode. More... | |
| ECIEncodings | getECIEncoding (self) |
| Gets ECI encoding. More... | |
| int | getLayersCount (self) |
| Gets layers count of Aztec symbol. More... | |
| int | getStructuredAppendBarcodeId (self) |
| Barcode ID for Structured Append mode of Aztec barcode. More... | |
| int | getStructuredAppendBarcodesCount (self) |
| Barcodes count for Structured Append mode of Aztec barcode. More... | |
| str | getStructuredAppendFileId (self) |
| File ID for Structured Append mode of Aztec barcode (optional field). More... | |
| None | init (self) |
| bool | isReaderInitialization (self) |
| Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. More... | |
| None | setAspectRatio (self, float value) |
| Height/Width ratio of 2D BarCode module. More... | |
| None | setAztecEncodeMode (self, AztecEncodeMode value) |
| None | setAztecErrorLevel (self, int value) |
| Level of error correction of Aztec types of barcode. More... | |
| None | setAztecSymbolMode (self, AztecSymbolMode value) |
| Sets a Aztec Symbol mode. More... | |
| None | setECIEncoding (self, ECIEncodings value) |
| Sets ECI encoding. More... | |
| None | setLayersCount (self, int value) |
| Sets layers count of Aztec symbol. More... | |
| None | setReaderInitialization (self, bool value) |
| Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization. More... | |
| None | setStructuredAppendBarcodeId (self, int value) |
| Barcode ID for Structured Append mode of Aztec barcode. More... | |
| None | setStructuredAppendBarcodesCount (self, int value) |
| Barcodes count for Structured Append mode of Aztec barcode. More... | |
| None | setStructuredAppendFileId (self, str value) |
| File ID for Structured Append mode of Aztec barcode (optional field). 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 | |
Aztec parameters.
| None __init__ | ( | self, | |
| javaClass | |||
| ) |
Reimplemented from BaseJavaClass.
| str __str__ | ( | self | ) |
Returns a human-readable string representation of this.
.
| float getAspectRatio | ( | self | ) |
Height/Width ratio of 2D BarCode module.
| AztecEncodeMode getAztecEncodeMode | ( | self | ) |
Gets a Aztec encode mode.
Default value: Auto.
| int getAztecErrorLevel | ( | self | ) |
Level of error correction of Aztec types of barcode.
Value should between 5 to 95.
| AztecSymbolMode getAztecSymbolMode | ( | self | ) |
Gets a Aztec Symbol mode.
Default value: AztecSymbolMode.Auto.
| ECIEncodings getECIEncoding | ( | self | ) |
Gets ECI encoding.
Used when AztecEncodeMode is Auto. Default value: ISO-8859-1
| int 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).
| int 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
| int getStructuredAppendBarcodesCount | ( | self | ) |
Barcodes count for Structured Append mode of Aztec barcode.
Barcodes count should be in range from 1 to 26. Default value: 0
| str getStructuredAppendFileId | ( | self | ) |
File ID for Structured Append mode of Aztec barcode (optional field).
File ID should not contain spaces. Default value: empty string
| None init | ( | self | ) |
Reimplemented from BaseJavaClass.
| bool isReaderInitialization | ( | self | ) |
Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.
| None setAspectRatio | ( | self, | |
| float | value | ||
| ) |
Height/Width ratio of 2D BarCode module.
| None setAztecEncodeMode | ( | self, | |
| AztecEncodeMode | value | ||
| ) |
Sets a Aztec encode mode.
Default value: Auto.
| None setAztecErrorLevel | ( | self, | |
| int | value | ||
| ) |
Level of error correction of Aztec types of barcode.
Value should between 5 to 95.
| None setAztecSymbolMode | ( | self, | |
| AztecSymbolMode | value | ||
| ) |
Sets a Aztec Symbol mode.
Default value: AztecSymbolMode.Auto.
| None setECIEncoding | ( | self, | |
| ECIEncodings | value | ||
| ) |
Sets ECI encoding.
Used when AztecEncodeMode is Auto. Default value: ISO-8859-1
| None setLayersCount | ( | self, | |
| int | 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.
| None setReaderInitialization | ( | self, | |
| bool | value | ||
| ) |
Used to instruct the reader to interpret the data contained within the symbol as programming for reader initialization.
| None setStructuredAppendBarcodeId | ( | self, | |
| int | value | ||
| ) |
Barcode ID for Structured Append mode of Aztec barcode.
Barcode ID should be in range from 1 to barcodes count. Default value: 0
| None setStructuredAppendBarcodesCount | ( | self, | |
| int | value | ||
| ) |
Barcodes count for Structured Append mode of Aztec barcode.
Barcodes count should be in range from 1 to 26. Default value: 0
| None setStructuredAppendFileId | ( | self, | |
| str | value | ||
| ) |
File ID for Structured Append mode of Aztec barcode (optional field).
File ID should not contain spaces. Default value: empty string