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

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
 

Detailed Description

Han Xin parameters.

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self,
  javaClass 
)

Reimplemented from BaseJavaClass.

Member Function Documentation

◆ __str__()

str __str__ (   self)

Returns a human-readable string representation of this HanXinParameters.

Returns
: A string that represents this HanXinParameters.

◆ getHanXinECIEncoding()

ECIEncodings getHanXinECIEncoding (   self)

Extended Channel Interpretation Identifiers.

It is used to tell the barcode reader details Current implementation consists all well known charset encodings.

◆ getHanXinEncodeMode()

HanXinEncodeMode getHanXinEncodeMode (   self)

HanXin encoding mode.

Default value: HanXinEncodeMode.Mixed.

◆ getHanXinErrorLevel()

HanXinErrorLevel getHanXinErrorLevel (   self)

Level of Reed-Solomon error correction for Han Xin barcode.

From low to high: L1, L2, L3, L4. see HanXinErrorLevel.

◆ getHanXinVersion()

HanXinVersion getHanXinVersion (   self)

Version of HanXin Code.

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

◆ init()

None init (   self)

Reimplemented from BaseJavaClass.

◆ setHanXinECIEncoding()

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.

◆ setHanXinEncodeMode()

None setHanXinEncodeMode (   self,
HanXinEncodeMode  value 
)

HanXin encoding mode.

Default value: HanXinEncodeMode.Mixed.

◆ setHanXinErrorLevel()

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.

◆ setHanXinVersion()

None setHanXinVersion (   self,
HanXinVersion  value 
)

Version of HanXin Code.

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