HanXinExtCodetextBuilder
Contents
[
Hide
]HanXinExtCodetextBuilder class
Namespace: Aspose.Barcode.Generation
Extended codetext generator for Han Xin Code for Extended Mode of HanXinEncodeMode
Constructors
| Name | Description |
|---|---|
| __construct |
Methods
| Name | Static | Description |
|---|---|---|
| addAuto | No | Adds codetext fragment in Auto mode |
| addBinary | No | Adds codetext fragment in Binary mode |
| addCommonChineseRegionOne | No | Adds codetext fragment in Common Chinese Region One mode |
| addCommonChineseRegionTwo | No | Adds codetext fragment in Common Chinese Region Two mode |
| addECI | No | Adds codetext fragment in ECI mode |
| addGB18030FourByte | No | Adds codetext fragment in GB18030 Four Byte mode |
| addGB18030TwoByte | No | Adds codetext fragment in GB18030 Two Byte mode |
| addGS1 | No | Adds codetext fragment in GS1 mode |
| addNumeric | No | Adds codetext fragment in Numeric mode |
| addText | No | Adds codetext fragment in Text mode |
| addUnicode | No | Adds codetext fragment in Unicode mode |
| addURI | No | Adds codetext fragment in URI mode |
| init | No |
Properties
| Name | Read/Write | Description |
|---|---|---|
| ExtendedCodetext | Read-only | Returns codetext from Extended mode codetext builder |
HanXinExtCodetextBuilder__construct()
addAutoaddAuto(string $text)
Adds codetext fragment in Auto mode
| Parameter | Type | Description |
|---|---|---|
$text | string |
addBinaryaddBinary(string $text)
Adds codetext fragment in Binary mode
| Parameter | Type | Description |
|---|---|---|
$text | string | Codetext string |
addCommonChineseRegionOneaddCommonChineseRegionOne(string $text)
Adds codetext fragment in Common Chinese Region One mode
| Parameter | Type | Description |
|---|---|---|
$text | string | Codetext string |
addCommonChineseRegionTwoaddCommonChineseRegionTwo(string $text)
Adds codetext fragment in Common Chinese Region Two mode
| Parameter | Type | Description |
|---|---|---|
$text | string | Codetext string |
addECIaddECI(string $text, int $encoding)
Adds codetext fragment in ECI mode
| Parameter | Type | Description |
|---|---|---|
$text | string | |
$encoding | int |
addGB18030FourByteaddGB18030FourByte(string $text)
Adds codetext fragment in GB18030 Four Byte mode
| Parameter | Type | Description |
|---|---|---|
$text | string | Codetext string |
addGB18030TwoByteaddGB18030TwoByte(string $text)
Adds codetext fragment in GB18030 Two Byte mode
| Parameter | Type | Description |
|---|---|---|
$text | string | Codetext string |
addGS1addGS1(string $text)
Adds codetext fragment in GS1 mode
| Parameter | Type | Description |
|---|---|---|
$text | string | Codetext string |
addNumericaddNumeric(string $text)
Adds codetext fragment in Numeric mode
| Parameter | Type | Description |
|---|---|---|
$text | string | Codetext string |
addTextaddText(string $text)
Adds codetext fragment in Text mode
| Parameter | Type | Description |
|---|---|---|
$text | string | Codetext string |
addUnicodeaddUnicode(string $text)
Adds codetext fragment in Unicode mode
| Parameter | Type | Description |
|---|---|---|
$text | string | Codetext string |
addURIaddURI(string $text)
Adds codetext fragment in URI mode
| Parameter | Type | Description |
|---|---|---|
$text | string | Codetext string |
initinit()
ExtendedCodetext
Access: Read-only
Returns: string Codetext in Extended mode
Returns codetext from Extended mode codetext builder