Aspose.Barcode for Python via Java Generation and Recognition API docs
HanXinParameters Class Reference

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)
 

Detailed Description

Han Xin parameters.

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self,
  _java_class 
)

Member Function Documentation

◆ __str__()

str __str__ (   self)

Returns a human-readable string representation of this HanXinParameters.

Returns
: A string that represents this HanXinParameters.

◆ eci_encoding() [1/2]

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.

◆ eci_encoding() [2/2]

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.

◆ encode_mode() [1/2]

HanXinEncodeMode encode_mode (   self)
HanXin encoding mode.
Default value: EncodeMode.Mixed.

◆ encode_mode() [2/2]

None encode_mode (   self,
HanXinEncodeMode  value 
)
HanXin encoding mode.
Default value: EncodeMode.Mixed.

◆ error_level() [1/2]

HanXinErrorLevel error_level (   self)
Level of Reed-Solomon error correction for Han Xin barcode.
From low to high: L1, L2, L3, L4. See ErrorLevel.

◆ error_level() [2/2]

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.

◆ han_xin_eci_encoding() [1/2]

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.

◆ han_xin_eci_encoding() [2/2]

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.

◆ han_xin_encode_mode() [1/2]

HanXinEncodeMode han_xin_encode_mode (   self)

HanXin encoding mode.

Default value: HanXinEncodeMode.Mixed.

◆ han_xin_encode_mode() [2/2]

None han_xin_encode_mode (   self,
HanXinEncodeMode  value 
)

HanXin encoding mode.

Default value: HanXinEncodeMode.Mixed.

◆ han_xin_error_level() [1/2]

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.

◆ han_xin_error_level() [2/2]

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.

◆ han_xin_version() [1/2]

HanXinVersion han_xin_version (   self)

Version of HanXin Code.

From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto.

◆ han_xin_version() [2/2]

None han_xin_version (   self,
HanXinVersion  value 
)

Version of HanXin Code.

From Version01 to Version84 for Han Xin code. Default value is HanXinVersion.Auto.

◆ version() [1/2]

HanXinVersion version (   self)
Version of HanXin Code.
From Version01 to Version84 for Han Xin code.
Default value is Version.Auto.

◆ version() [2/2]

None version (   self,
HanXinVersion  value 
)
Version of HanXin Code.
From Version01 to Version84 for Han Xin code.
Default value is Version.Auto.