Methods
addAuto(text)
Adds codetext fragment in Auto mode
Parameters:
Name | Type | Description |
---|---|---|
text |
Codetext string |
- Source:
addBinary(text)
Adds codetext fragment in Binary mode
Parameters:
Name | Type | Description |
---|---|---|
text |
Codetext string |
- Source:
addCommonChineseRegionOne(text)
Adds codetext fragment in Common Chinese Region One mode
Parameters:
Name | Type | Description |
---|---|---|
text |
Codetext string |
- Source:
addCommonChineseRegionTwo(text)
Adds codetext fragment in Common Chinese Region Two mode
Parameters:
Name | Type | Description |
---|---|---|
text |
Codetext string |
- Source:
addECI(text, encoding)
Adds codetext fragment in ECI mode
Parameters:
Name | Type | Description |
---|---|---|
text |
Codetext string | |
encoding |
ECI encoding in number format |
- Source:
addGB18030FourByte(text)
Adds codetext fragment in GB18030 Four Byte mode
Parameters:
Name | Type | Description |
---|---|---|
text |
Codetext string |
- Source:
addGB18030TwoByte(text)
Adds codetext fragment in GB18030 Two Byte mode
Parameters:
Name | Type | Description |
---|---|---|
text |
Codetext string |
- Source:
addGS1(text)
Adds codetext fragment in GS1 mode
Parameters:
Name | Type | Description |
---|---|---|
text |
Codetext string |
- Source:
addNumeric(text)
Adds codetext fragment in Numeric mode
Parameters:
Name | Type | Description |
---|---|---|
text |
Codetext string |
- Source:
addText(text)
Adds codetext fragment in Text mode
Parameters:
Name | Type | Description |
---|---|---|
text |
Codetext string |
- Source:
addURI(text)
Adds codetext fragment in URI mode
Parameters:
Name | Type | Description |
---|---|---|
text |
Codetext string |
- Source:
addUnicode(text)
Adds codetext fragment in Unicode mode
Parameters:
Name | Type | Description |
---|---|---|
text |
Codetext string |
- Source:
getExtendedCodetext()
Returns codetext from Extended mode codetext builder
Returns:
Type | Description |
---|---|
Codetext in Extended mode |
- Source: