DotCodeExtCodetextBuilder

DotCodeExtCodetextBuilder class

Module: aspose_barcode.generation.dotcode_ext_codetext_builder

Inherits: ExtCodetextBuilder

Extended codetext generator for 2D DotCode barcodes for ExtendedCodetext Mode of DotCodeEncodeMode.

Constructors

NameDescription
init

Methods

NameReturn TypeStaticDescription
add_fnc1_format_identifierNoneNo
add_fnc3_reader_initializationNoneNo
add_fnc3_symbol_separatorNoneNo
add_structured_append_modeNoneNo
extended_codetextstr | NoneNoReimplemented from ExtCodetextBuilder.

DotCodeExtCodetextBuilder Constructor

__init__(self)

DotCodeExtCodetextBuilder.add_fnc1_format_identifier

add_fnc1_format_identifier(self)

DotCodeExtCodetextBuilder.add_fnc3_reader_initialization

add_fnc3_reader_initialization(self)

DotCodeExtCodetextBuilder.add_fnc3_symbol_separator

add_fnc3_symbol_separator(self)

DotCodeExtCodetextBuilder.add_structured_append_mode

add_structured_append_mode(self, int barcode_id, int barcodes_count)
ParameterTypeDescription
barcode_idint
barcodes_countint

DotCodeExtCodetextBuilder.extended_codetext

extended_codetext(self) -> str | None

Reimplemented from ExtCodetextBuilder.

Return Type: str \| None