![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Extended codetext generator for Han Xin Code for Extended Mode of HanXinEncodeMode. More...
Inherits BaseJavaClass.
Public Member Functions | |
None | __init__ (self) |
None | addAuto (self, str text) |
Adds codetext fragment in Auto mode. More... | |
None | addBinary (self, str text) |
Adds codetext fragment in Binary mode. More... | |
None | addCommonChineseRegionOne (self, str text) |
Adds codetext fragment in Common Chinese Region One mode. More... | |
None | addCommonChineseRegionTwo (self, str text) |
Adds codetext fragment in Common Chinese Region Two mode. More... | |
None | addECI (self, str text, int encoding) |
Adds codetext fragment in ECI mode. More... | |
None | addGB18030FourByte (self, str text) |
Adds codetext fragment in GB18030 Four Byte mode. More... | |
None | addGB18030TwoByte (self, str text) |
Adds codetext fragment in GB18030 Two Byte mode. More... | |
None | addGS1 (self, str text) |
Adds codetext fragment in GS1 mode. More... | |
None | addNumeric (self, str text) |
Adds codetext fragment in Numeric mode. More... | |
None | addText (self, str text) |
Adds codetext fragment in Text mode. More... | |
None | addUnicode (self, str text) |
Adds codetext fragment in Unicode mode. More... | |
None | addURI (self, str text) |
Adds codetext fragment in URI mode. More... | |
str | getExtendedCodetext (self) |
Returns codetext from Extended mode codetext builder. More... | |
None | init (self) |
![]() | |
None | __init__ (self, javaClass) |
def | getJavaClass (self) |
str | getJavaClassName (self) |
bool | isNull (self) |
None | printJavaClassName (self) |
None | setJavaClass (self, javaClass) |
Static Public Attributes | |
string | JAVA_CLASS_NAME = "com.aspose.mw.barcode.generation.MwHanXinExtCodetextBuilder" |
Additional Inherited Members | |
![]() | |
javaClass | |
javaClassName | |
Extended codetext generator for Han Xin Code for Extended Mode of HanXinEncodeMode.
None __init__ | ( | self | ) |
None addAuto | ( | self, | |
str | text | ||
) |
Adds codetext fragment in Auto mode.
text | text Codetext string |
None addBinary | ( | self, | |
str | text | ||
) |
Adds codetext fragment in Binary mode.
text | text Codetext string |
None addCommonChineseRegionOne | ( | self, | |
str | text | ||
) |
Adds codetext fragment in Common Chinese Region One mode.
text | text Codetext string |
None addCommonChineseRegionTwo | ( | self, | |
str | text | ||
) |
Adds codetext fragment in Common Chinese Region Two mode.
text | text Codetext string |
None addECI | ( | self, | |
str | text, | ||
int | encoding | ||
) |
Adds codetext fragment in ECI mode.
text | text Codetext string |
encoding | encoding ECI encoding in integer format |
None addGB18030FourByte | ( | self, | |
str | text | ||
) |
Adds codetext fragment in GB18030 Four Byte mode.
text | text Codetext string |
None addGB18030TwoByte | ( | self, | |
str | text | ||
) |
Adds codetext fragment in GB18030 Two Byte mode.
text | text Codetext string |
None addGS1 | ( | self, | |
str | text | ||
) |
Adds codetext fragment in GS1 mode.
text | text Codetext string |
None addNumeric | ( | self, | |
str | text | ||
) |
Adds codetext fragment in Numeric mode.
text | text Codetext string |
None addText | ( | self, | |
str | text | ||
) |
Adds codetext fragment in Text mode.
text | text Codetext string |
None addUnicode | ( | self, | |
str | text | ||
) |
Adds codetext fragment in Unicode mode.
text | text Codetext string |
None addURI | ( | self, | |
str | text | ||
) |
Adds codetext fragment in URI mode.
text | text Codetext string |
str getExtendedCodetext | ( | self | ) |
Returns codetext from Extended mode codetext builder.
None init | ( | self | ) |
Reimplemented from BaseJavaClass.
|
static |