![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
DataMatrix parameters. More...
Inherits _MwWrapper.
Public Member Functions | |
| None | __init__ (self, _java_class) |
| str | __str__ (self) |
| Returns a human-readable string representation of this DataMatrixParameters. More... | |
| float | aspect_ratio (self) |
| Height/Width ratio of 2D BarCode module. More... | |
| None | aspect_ratio (self, float value) |
| Height/Width ratio of 2D BarCode module. More... | |
| int | columns (self) |
| Columns count. More... | |
| None | columns (self, int value) |
| Columns count. More... | |
| DataMatrixEccType | data_matrix_ecc (self) |
| Gets a Datamatrix ECC type. More... | |
| None | data_matrix_ecc (self, DataMatrixEccType value) |
| Sets a Datamatrix ECC type. More... | |
| DataMatrixEncodeMode | data_matrix_encode_mode (self) |
| Encode mode of Datamatrix barcode. More... | |
| None | data_matrix_encode_mode (self, DataMatrixEncodeMode value) |
| Encode mode of Datamatrix barcode. More... | |
| DataMatrixVersion | data_matrix_version (self) |
| Gets Datamatrix symbol size. More... | |
| None | data_matrix_version (self, DataMatrixVersion value) |
| Sets Datamatrix symbol size. More... | |
| DataMatrixEccType | ecc_type (self) |
| None | ecc_type (self, DataMatrixEccType value) |
| ECIEncodings | eci_encoding (self) |
| Gets ECI encoding. More... | |
| None | eci_encoding (self, ECIEncodings value) |
| Sets ECI encoding. More... | |
| DataMatrixEncodeMode | encode_mode (self) |
| def | encode_mode (self, DataMatrixEncodeMode value) |
| MacroCharacter | macro_characters (self) |
| ISO/IEC 16022 5.2.4.7 Macro characters 11.3 Protocol for Macro characters in the first position (ECC 200 only) Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. More... | |
| None | macro_characters (self, MacroCharacter value) |
| ISO/IEC 16022 5.2.4.7 Macro characters 11.3 Protocol for Macro characters in the first position (ECC 200 only) Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes. More... | |
| bool | reader_programming (self) |
| Used to instruct the reader to interpret the data contained within the symbol. More... | |
| None | reader_programming (self, bool value) |
| Used to instruct the reader to interpret the data contained within the symbol. More... | |
| int | rows (self) |
| Rows count. More... | |
| None | rows (self, int value) |
| Rows count. More... | |
| int | structured_append_barcode_id (self) |
| Barcode ID for Structured Append mode of Datamatrix barcode. More... | |
| None | structured_append_barcode_id (self, int value) |
| Barcode ID for Structured Append mode of Datamatrix barcode. More... | |
| int | structured_append_barcodes_count (self) |
| Barcodes count for Structured Append mode of Datamatrix barcode. More... | |
| None | structured_append_barcodes_count (self, int value) |
| Barcodes count for Structured Append mode of Datamatrix barcode. More... | |
| int | structured_append_file_id (self) |
| File ID for Structured Append mode of Datamatrix barcode. More... | |
| None | structured_append_file_id (self, int value) |
| File ID for Structured Append mode of Datamatrix barcode. More... | |
| DataMatrixVersion | version (self) |
| def | version (self, DataMatrixVersion value) |
DataMatrix parameters.
| None __init__ | ( | self, | |
| _java_class | |||
| ) |
| str __str__ | ( | self | ) |
Returns a human-readable string representation of this DataMatrixParameters.
| float aspect_ratio | ( | self | ) |
Height/Width ratio of 2D BarCode module.
| None aspect_ratio | ( | self, | |
| float | value | ||
| ) |
Height/Width ratio of 2D BarCode module.
| int columns | ( | self | ) |
Columns count.
| None columns | ( | self, | |
| int | value | ||
| ) |
Columns count.
| DataMatrixEccType data_matrix_ecc | ( | self | ) |
Gets a Datamatrix ECC type.
Default value: DataMatrixEccType.ECC_200.
| None data_matrix_ecc | ( | self, | |
| DataMatrixEccType | value | ||
| ) |
Sets a Datamatrix ECC type.
Default value: DataMatrixEccType.ECC_200.
| DataMatrixEncodeMode data_matrix_encode_mode | ( | self | ) |
Encode mode of Datamatrix barcode.
Default value: DataMatrixEncodeMode.AUTO.
| None data_matrix_encode_mode | ( | self, | |
| DataMatrixEncodeMode | value | ||
| ) |
Encode mode of Datamatrix barcode.
Default value: DataMatrixEncodeMode.AUTO.
| DataMatrixVersion data_matrix_version | ( | self | ) |
Gets Datamatrix symbol size.
| None data_matrix_version | ( | self, | |
| DataMatrixVersion | value | ||
| ) |
Sets Datamatrix symbol size.
| value | Datamatrix symbol size. |
| DataMatrixEccType ecc_type | ( | self | ) |
Gets a Datamatrix ECC type. Default value: DataMatrixEccType.Ecc200. :return: A Datamatrix ECC type.
| None ecc_type | ( | self, | |
| DataMatrixEccType | value | ||
| ) |
Sets a Datamatrix ECC type. Default value: DataMatrixEccType.Ecc200. :param value: A Datamatrix ECC type.
| ECIEncodings eci_encoding | ( | self | ) |
Gets ECI encoding.
Used when DataMatrixEncodeMode is Auto. Default value: ISO-8859-1.
| None eci_encoding | ( | self, | |
| ECIEncodings | value | ||
| ) |
Sets ECI encoding.
Used when DataMatrixEncodeMode is Auto. Default value: ISO-8859-1.
| DataMatrixEncodeMode encode_mode | ( | self | ) |
Encode mode of Datamatrix barcode. Default value: EncodeMode.Auto.
| def encode_mode | ( | self, | |
| DataMatrixEncodeMode | value | ||
| ) |
Encode mode of Datamatrix barcode. Default value: EncodeMode.Auto.
| MacroCharacter macro_characters | ( | self | ) |
ISO/IEC 16022 5.2.4.7 Macro characters 11.3 Protocol for Macro characters in the first position (ECC 200 only) Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes.
Can be used only with DataMatrixEccType.Ecc200 or DataMatrixEccType.EccAuto. Cannot be used with EncodeTypes.GS_1_DATA_MATRIX Default value: MacroCharacter.NONE.
| None macro_characters | ( | self, | |
| MacroCharacter | value | ||
| ) |
ISO/IEC 16022 5.2.4.7 Macro characters 11.3 Protocol for Macro characters in the first position (ECC 200 only) Macro Characters 05 and 06 values are used to obtain more compact encoding in special modes.
Can be used only with DataMatrixEccType.Ecc200 or DataMatrixEccType.EccAuto. Cannot be used with EncodeTypes.GS_1_DATA_MATRIX Default value: MacroCharacter.NONE.
| bool reader_programming | ( | self | ) |
Used to instruct the reader to interpret the data contained within the symbol.
| None reader_programming | ( | self, | |
| bool | value | ||
| ) |
Used to instruct the reader to interpret the data contained within the symbol.
| int rows | ( | self | ) |
Rows count.
| None rows | ( | self, | |
| int | value | ||
| ) |
Rows count.
| int structured_append_barcode_id | ( | self | ) |
Barcode ID for Structured Append mode of Datamatrix barcode.
Default value: 0.
| None structured_append_barcode_id | ( | self, | |
| int | value | ||
| ) |
Barcode ID for Structured Append mode of Datamatrix barcode.
Default value: 0.
| int structured_append_barcodes_count | ( | self | ) |
Barcodes count for Structured Append mode of Datamatrix barcode.
Default value: 0.
| None structured_append_barcodes_count | ( | self, | |
| int | value | ||
| ) |
Barcodes count for Structured Append mode of Datamatrix barcode.
Default value: 0.
| int structured_append_file_id | ( | self | ) |
File ID for Structured Append mode of Datamatrix barcode.
Default value: 0.
| None structured_append_file_id | ( | self, | |
| int | value | ||
| ) |
File ID for Structured Append mode of Datamatrix barcode.
Default value: 0.
| DataMatrixVersion version | ( | self | ) |
Gets a Datamatrix symbol size. Default value: Version.Auto. :return: A Datamatrix symbol size.
| def version | ( | self, | |
| DataMatrixVersion | value | ||
| ) |
Sets a Datamatrix symbol size. Default value: Version.Auto. :param value: A Datamatrix symbol size.