Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Han Xin parameters. More...
Inherits BaseJavaClass.
Public Member Functions | |
None | __init__ (self, javaClass) |
str | __str__ (self) |
Returns a human-readable string representation of this HanXinParameters. More... | |
ECIEncodings | getHanXinECIEncoding (self) |
Extended Channel Interpretation Identifiers. More... | |
HanXinEncodeMode | getHanXinEncodeMode (self) |
HanXin encoding mode. More... | |
HanXinErrorLevel | getHanXinErrorLevel (self) |
Level of Reed-Solomon error correction for Han Xin barcode. More... | |
HanXinVersion | getHanXinVersion (self) |
Version of HanXin Code. More... | |
None | init (self) |
None | setHanXinECIEncoding (self, ECIEncodings value) |
Extended Channel Interpretation Identifiers. More... | |
None | setHanXinEncodeMode (self, HanXinEncodeMode value) |
HanXin encoding mode. More... | |
None | setHanXinErrorLevel (self, HanXinErrorLevel value) |
Level of Reed-Solomon error correction for Han Xin barcode. More... | |
None | setHanXinVersion (self, HanXinVersion value) |
Version of HanXin Code. 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 | |
Han Xin parameters.
None __init__ | ( | self, | |
javaClass | |||
) |
Reimplemented from BaseJavaClass.
str __str__ | ( | self | ) |
Returns a human-readable string representation of this HanXinParameters.
ECIEncodings getHanXinECIEncoding | ( | self | ) |
Extended Channel Interpretation Identifiers.
It is used to tell the barcode reader details Current implementation consists all well known charset encodings.
HanXinEncodeMode getHanXinEncodeMode | ( | self | ) |
HanXin encoding mode.
Default value: HanXinEncodeMode.Mixed.
HanXinErrorLevel getHanXinErrorLevel | ( | self | ) |
Level of Reed-Solomon error correction for Han Xin barcode.
From low to high: L1, L2, L3, L4. see HanXinErrorLevel.
HanXinVersion getHanXinVersion | ( | self | ) |
Version of HanXin Code.
From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto.
None init | ( | self | ) |
Reimplemented from BaseJavaClass.
None setHanXinECIEncoding | ( | self, | |
ECIEncodings | value | ||
) |
Extended Channel Interpretation Identifiers.
It is used to tell the barcode reader details
Current implementation consists all well known charset encodings.
None setHanXinEncodeMode | ( | self, | |
HanXinEncodeMode | value | ||
) |
HanXin encoding mode.
Default value: HanXinEncodeMode.Mixed.
None setHanXinErrorLevel | ( | self, | |
HanXinErrorLevel | value | ||
) |
Level of Reed-Solomon error correction for Han Xin barcode.
From low to high: L1, L2, L3, L4. see HanXinErrorLevel.
None setHanXinVersion | ( | self, | |
HanXinVersion | value | ||
) |
Version of HanXin Code.
From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto.