ExtCodetextBuilder

ExtCodetextBuilder class

Namespace: Aspose.Barcode.Generation

Helper class for automatic codetext generation of the Extended Codetext Mode

Constructors

NameDescription
__constructReimplemented in Aspose\Barcode\Generation\QrExtCodetextBuilder, Aspose\Barcode\Generation\MaxiCodeExtCodetextBuilder, Aspose\Barcode\Generation\DotCodeExtCodetextBuilder, and Aspose\Barcode\Generation\DataMatrixExtCodetextBuilder.

Methods

NameStaticDescription
addECICodetextNoAdds codetext with Extended Channel Identifier
addPlainCodetextNoAdds plain codetext to the extended codetext items
clearNoClears extended codetext items
initNoReimplemented in Aspose\Barcode\Generation\QrExtCodetextBuilder, Aspose\Barcode\Generation\MaxiCodeExtCodetextBuilder, Aspose\Barcode\Generation\DotCodeExtCodetextBuilder, and Aspose\Barcode\Generation\DataMatrixExtCodetextBuilder.

Properties

NameRead/WriteDescription
ExtCodetextBuilderTypeRead-onlyReimplemented in Aspose\Barcode\Generation\QrExtCodetextBuilder, Aspose\Barcode\Generation\MaxiCodeExtCodetextBuilder, Aspose\Barcode\Generation\DotCodeExtCodetextBuilder, and Aspose\Barcode\Generation\DataMatrixExtCodetextBuilder.
ExtendedCodetextRead-onlyGenerate extended codetext from generation items list

ExtCodetextBuilder__construct()

Reimplemented in Aspose\Barcode\Generation\QrExtCodetextBuilder, Aspose\Barcode\Generation\MaxiCodeExtCodetextBuilder, Aspose\Barcode\Generation\DotCodeExtCodetextBuilder, and Aspose\Barcode\Generation\DataMatrixExtCodetextBuilder.

addECICodetextaddECICodetext(int $ECIEncoding, string $codetext)

Adds codetext with Extended Channel Identifier

ParameterTypeDescription
$ECIEncodingint
$codetextstring

addPlainCodetextaddPlainCodetext(string $codetext)

Adds plain codetext to the extended codetext items

ParameterTypeDescription
$codetextstring

clearclear()

Clears extended codetext items

initinit()

Reimplemented in Aspose\Barcode\Generation\QrExtCodetextBuilder, Aspose\Barcode\Generation\MaxiCodeExtCodetextBuilder, Aspose\Barcode\Generation\DotCodeExtCodetextBuilder, and Aspose\Barcode\Generation\DataMatrixExtCodetextBuilder.

ExtCodetextBuilderType

Access: Read-only

Reimplemented in Aspose\Barcode\Generation\QrExtCodetextBuilder, Aspose\Barcode\Generation\MaxiCodeExtCodetextBuilder, Aspose\Barcode\Generation\DotCodeExtCodetextBuilder, and Aspose\Barcode\Generation\DataMatrixExtCodetextBuilder.

ExtendedCodetext

Access: Read-only

Returns: string Return string of extended codetext

Generate extended codetext from generation items list