DataMatrixExtCodetextBuilder
Contents
[
Hide
]DataMatrixExtCodetextBuilder class
Namespace: Aspose.Barcode.Generation
Extended codetext generator for 2D DataMatrix barcodes for ExtendedCodetext Mode of DataMatrixEncodeMode
Constructors
| Name | Description |
|---|---|
| __construct | Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. |
Methods
| Name | Static | Description |
|---|---|---|
| addCodetextWithEncodeMode | No | Adds codetext with defined encode mode to the extended codetext items |
| addECICodetextWithEncodeMode | No | Adds codetext with Extended Channel Identifier with defined encode mode |
| init | No | Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. |
Properties
| Name | Read/Write | Description |
|---|---|---|
| ExtCodetextBuilderType | Read-only | Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder. |
DataMatrixExtCodetextBuilder__construct()
Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder.
addCodetextWithEncodeModeaddCodetextWithEncodeMode(int $encodeMode, string $codetext)
Adds codetext with defined encode mode to the extended codetext items
| Parameter | Type | Description |
|---|---|---|
$encodeMode | int | Encode mode value |
$codetext | string | Codetext in unicode to add as extended codetext item |
addECICodetextWithEncodeModeaddECICodetextWithEncodeMode(int $ECIEncoding, int $encodeMode, string $codetext)
Adds codetext with Extended Channel Identifier with defined encode mode
| Parameter | Type | Description |
|---|---|---|
$ECIEncoding | int | Extended Channel Identifier |
$encodeMode | int | Encode mode value |
$codetext | string | Codetext in unicode to add as extended codetext item with Extended Channel Identifier with defined encode mode |
initinit()
Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder.
ExtCodetextBuilderType
Access: Read-only
Reimplemented from Aspose\Barcode\Generation\ExtCodetextBuilder.