ExtCodetextBuilder

ExtCodetextBuilder class

Module: aspose_barcode.generation.ext_codetext_builder

Helper class for automatic codetext generation of the Extended Codetext Mode.

Constructors

NameDescription
init

Methods

NameReturn TypeStaticDescription
add_eci_codetextNoneNoAdds codetext with Extended Channel Identifier. Args: eci_encoding (ECIEncodings): Extended Channel Identifier. codetext (str): Codetext in unicode to add as an extended codetext item with Extended Channel Identifier.
add_plain_codetextNoneNoAdds plain codetext to the extended codetext items. Args: codetext (str): Codetext in unicode to add as an extended codetext item.
clearNoneNoClears extended codetext items. Reimplemented in QrExtCodetextBuilder.
extended_codetextOptional[str]NoGenerates extended codetext from the generation items list. Returns: Optional[str]: The generated extended codetext string, or None if not set. Reimplemented in QrExtCodetextBuilder, MaxiCodeExtCodetextBuilder, DotCodeExtCodetextBuilder, DataMatrixExtCodetextBuilder, and AztecExtCodetextBuilder.