HIBCLICComplexCodetext

HIBCLICComplexCodetext class

Module: aspose_barcode.complex_barcode.hibc_lic_complex_codetext

Inherits: IComplexCodetext

Base class for encoding and decoding the text embedded in the HIBC LIC code. This sample shows how to decode raw HIBC LIC codetext to HIBCLICComplexCodetext instance.

Constructors

NameDescription
initReimplemented from IComplexCodetext.

Methods

NameReturn TypeStaticDescription
constructed_codetextOptional[str]NoReimplemented from IComplexCodetext. Reimplemented in HIBCLICPrimaryDataCodetext, and HIBCLICCombinedCodetext.
init_from_stringNoneNoReimplemented from IComplexCodetext. Reimplemented in HIBCLICSecondaryAndAdditionalDataCodetext, HIBCLICPrimaryDataCodetext, and HIBCLICCombinedCodetext.

Properties

NameTypeDescription
barcode_typeEncodeTypesGets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC.

HIBCLICComplexCodetext Constructor

__init__(self, _java_class)

Reimplemented from IComplexCodetext.

ParameterTypeDescription
_java_class``

HIBCLICComplexCodetext.constructed_codetext

constructed_codetext(self) -> Optional[str]

Reimplemented from IComplexCodetext. Reimplemented in HIBCLICPrimaryDataCodetext, and HIBCLICCombinedCodetext.

Return Type: Optional[str]

HIBCLICComplexCodetext.init_from_string

init_from_string(self, str constructed_codetext)

Reimplemented from IComplexCodetext. Reimplemented in HIBCLICSecondaryAndAdditionalDataCodetext, HIBCLICPrimaryDataCodetext, and HIBCLICCombinedCodetext.

ParameterTypeDescription
constructed_codetextstr

HIBCLICComplexCodetext.barcode_type

Type: EncodeTypes

Gets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC.

Returns: Barcode type.

Sets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC.

ParameterTypeDescription
valueEncodeTypes