HIBCLICSecondaryAndAdditionalDataCodetext

HIBCLICSecondaryAndAdditionalDataCodetext class

Module: aspose_barcode.complex_barcode

Inherits: HIBCLICComplexCodetext

Class for encoding and decoding the text embedded in the HIBC LIC code which stores seconday data. This sample shows how to encode and decode HIBC LIC using HIBCLICSecondaryAndAdditionalDataCodetext.

Constructors

NameDescription
init

Methods

NameReturn TypeStaticDescription
eqboolNoReturns a value indicating whether this instance is equal to a specified HIBCLICSecondaryAndAdditionalDataCodetext value.
hashintNoReturns the hash code for the current instance.
constructured_codetextOptional[str]NoConstructs codetext.
init_from_stringNoneNoInitializes instance from constructed codetext.

Properties

NameTypeDescription
dataOptional[SecondaryAndAdditionalData]Identifies secondary and additional supplemental data.
link_characterOptional[str]Identifies link character.

HIBCLICSecondaryAndAdditionalDataCodetext Constructor

__init__(self)

HIBCLICSecondaryAndAdditionalDataCodetext.eq

__eq__(self, HIBCLICSecondaryAndAdditionalDataCodetext other) -> bool

Returns a value indicating whether this instance is equal to a specified HIBCLICSecondaryAndAdditionalDataCodetext value.

ParameterTypeDescription
otherHIBCLICSecondaryAndAdditionalDataCodetext

Return Type: bool — True if obj has the same value as this instance; otherwise, False.

HIBCLICSecondaryAndAdditionalDataCodetext.hash

__hash__(self) -> int

Returns the hash code for the current instance.

Return Type: int — A hash code for the current object.

HIBCLICSecondaryAndAdditionalDataCodetext.constructured_codetext

constructured_codetext(self) -> Optional[str]

Constructs codetext.

Return Type: Optional[str] — Constructed codetext

HIBCLICSecondaryAndAdditionalDataCodetext.init_from_string

init_from_string(self, str constructed_codetext)

Initializes instance from constructed codetext.

ParameterTypeDescription
constructed_codetextstr

HIBCLICSecondaryAndAdditionalDataCodetext.data

Type: Optional[SecondaryAndAdditionalData]

Identifies secondary and additional supplemental data.

Identifies secondary and additional supplemental data.

ParameterTypeDescription
valueSecondaryAndAdditionalData

Type: Optional[str]

Identifies link character.

Identifies link character.

ParameterTypeDescription
valuestr