IComplexCodetext

IComplexCodetext class

Module: aspose_barcode.complex_barcode.i_complex_codetext

Interface for complex codetext used with ComplexBarcodeGenerator.

Constructors

NameDescription
initReimplemented in USADriveIdCodetext, MaxiCodeStructuredCodetext, and HIBCLICComplexCodetext.

Methods

NameReturn TypeStaticDescription
barcode_typeEncodeTypesNoGets barcode type.
constructed_codetextOptional[str]NoConstruct codetext for complex barcode.
init_from_stringNoneNoInitializes instance with constructed codetext.

IComplexCodetext Constructor

__init__(self, _java_class) -> def

Reimplemented in USADriveIdCodetext, MaxiCodeStructuredCodetext, and HIBCLICComplexCodetext.

ParameterTypeDescription
_java_class``

IComplexCodetext.barcode_type

barcode_type(self) -> EncodeTypes

Gets barcode type.

Return Type: EncodeTypes — Barcode type.

IComplexCodetext.constructed_codetext

constructed_codetext(self) -> Optional[str]

Construct codetext for complex barcode.

Return Type: Optional[str] — Constructed codetext

IComplexCodetext.init_from_string

init_from_string(self, str constructed_codetext)

Initializes instance with constructed codetext.

ParameterTypeDescription
constructed_codetextstr