![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Han Xin parameters. More...
Inherits _MwWrapper.
Public Member Functions | |
| None | __init__ (self, _java_class) |
| str | __str__ (self) |
| Returns a human-readable string representation of this HanXinParameters. More... | |
| ECIEncodings | eci_encoding (self) |
| None | eci_encoding (self, ECIEncodings value) |
| HanXinEncodeMode | encode_mode (self) |
| None | encode_mode (self, HanXinEncodeMode value) |
| HanXinErrorLevel | error_level (self) |
| None | error_level (self, HanXinErrorLevel value) |
| ECIEncodings | han_xin_eci_encoding (self) |
| Extended Channel Interpretation Identifiers. More... | |
| None | han_xin_eci_encoding (self, ECIEncodings value) |
| Extended Channel Interpretation Identifiers. More... | |
| HanXinEncodeMode | han_xin_encode_mode (self) |
| HanXin encoding mode. More... | |
| None | han_xin_encode_mode (self, HanXinEncodeMode value) |
| HanXin encoding mode. More... | |
| HanXinErrorLevel | han_xin_error_level (self) |
| Level of Reed-Solomon error correction for Han Xin barcode. More... | |
| None | han_xin_error_level (self, HanXinErrorLevel value) |
| Level of Reed-Solomon error correction for Han Xin barcode. More... | |
| HanXinVersion | han_xin_version (self) |
| Version of HanXin Code. More... | |
| None | han_xin_version (self, HanXinVersion value) |
| Version of HanXin Code. More... | |
| HanXinVersion | version (self) |
| None | version (self, HanXinVersion value) |
Han Xin parameters.
| None __init__ | ( | self, | |
| _java_class | |||
| ) |
| str __str__ | ( | self | ) |
Returns a human-readable string representation of this HanXinParameters.
| ECIEncodings eci_encoding | ( | self | ) |
Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation contains all well known charset encodings. :return: ECI encoding.
| None eci_encoding | ( | self, | |
| ECIEncodings | value | ||
| ) |
Extended Channel Interpretation Identifiers. It is used to tell the barcode reader details about the used references for encoding the data in the symbol. Current implementation contains all well known charset encodings. :param value: ECI encoding.
| HanXinEncodeMode encode_mode | ( | self | ) |
HanXin encoding mode. Default value: EncodeMode.Mixed.
| None encode_mode | ( | self, | |
| HanXinEncodeMode | value | ||
| ) |
HanXin encoding mode. Default value: EncodeMode.Mixed.
| HanXinErrorLevel error_level | ( | self | ) |
Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. See ErrorLevel.
| None error_level | ( | self, | |
| HanXinErrorLevel | value | ||
| ) |
Level of Reed-Solomon error correction for Han Xin barcode. From low to high: L1, L2, L3, L4. See ErrorLevel.
| ECIEncodings han_xin_eci_encoding | ( | self | ) |
Extended Channel Interpretation Identifiers.
It is used to tell the barcode reader details Current implementation consists all well known charset encodings.
| None han_xin_eci_encoding | ( | self, | |
| ECIEncodings | value | ||
| ) |
Extended Channel Interpretation Identifiers.
It is used to tell the barcode reader details
Current implementation consists all well known charset encodings.
| HanXinEncodeMode han_xin_encode_mode | ( | self | ) |
HanXin encoding mode.
Default value: HanXinEncodeMode.Mixed.
| None han_xin_encode_mode | ( | self, | |
| HanXinEncodeMode | value | ||
| ) |
HanXin encoding mode.
Default value: HanXinEncodeMode.Mixed.
| HanXinErrorLevel han_xin_error_level | ( | self | ) |
Level of Reed-Solomon error correction for Han Xin barcode.
From low to high: L1, L2, L3, L4. see HanXinErrorLevel.
| None han_xin_error_level | ( | self, | |
| HanXinErrorLevel | value | ||
| ) |
Level of Reed-Solomon error correction for Han Xin barcode.
From low to high: L1, L2, L3, L4. see HanXinErrorLevel.
| HanXinVersion han_xin_version | ( | self | ) |
Version of HanXin Code.
From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto.
| None han_xin_version | ( | self, | |
| HanXinVersion | value | ||
| ) |
Version of HanXin Code.
From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto.
| HanXinVersion version | ( | self | ) |
Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto.
| None version | ( | self, | |
| HanXinVersion | value | ||
| ) |
Version of HanXin Code. From Version01 to Version84 for Han Xin code. Default value is Version.Auto.