DataMatrixExtCodetextBuilder

DataMatrixExtCodetextBuilder class

Module: aspose_barcode.generation.data_matrix_ext_codetext_builder

Inherits: ExtCodetextBuilder

Extended codetext generator for 2D DataMatrix barcodes for ExtendedCodetext Mode of DataMatrixEncodeMode.

Constructors

NameDescription
init

Methods

NameReturn TypeStaticDescription
add_codetext_with_encode_modeNoneNoAdds codetext with defined encode mode to the extended codetext items. Args: encode_mode (DataMatrixEncodeMode): Encode mode value. codetext (str): Codetext in unicode to add.
add_eci_codetext_with_encode_modeNoneNoAdds codetext with Extended Channel Identifier and defined encode mode. Args: eci_encoding (ECIEncodings): Extended Channel Identifier. encode_mode (DataMatrixEncodeMode): Encode mode value. codetext (str): Codetext in unicode to add.
extended_codetextOptional[str]NoGenerates extended codetext from the extended codetext list. Returns: Optional[str]: Extended codetext as string, or None if not set. Reimplemented from ExtCodetextBuilder.