HIBCLICPrimaryDataCodetext

HIBCLICPrimaryDataCodetext class

Module: aspose_barcode.complex_barcode.hibc_lic_primary_data_codetext

Inherits: HIBCLICComplexCodetext

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

Constructors

NameDescription
init

Methods

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

Properties

NameTypeDescription
dataOptional[PrimaryData]Identifies primary data.

HIBCLICPrimaryDataCodetext Constructor

__init__(self)

HIBCLICPrimaryDataCodetext.eq

__eq__(self, HIBCLICPrimaryDataCodetext other) -> bool

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

ParameterTypeDescription
otherHIBCLICPrimaryDataCodetext

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

HIBCLICPrimaryDataCodetext.hash

__hash__(self) -> int

Returns the hash code for the current instance.

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

HIBCLICPrimaryDataCodetext.constructed_codetext

constructed_codetext(self) -> Optional[str]

Constructs codetext.

Return Type: Optional[str] — Constructed codetext

HIBCLICPrimaryDataCodetext.init_from_string

init_from_string(self, str constructed_codetext)

Initializes instance from constructed codetext.

ParameterTypeDescription
constructed_codetextstr

HIBCLICPrimaryDataCodetext.data

Type: Optional[PrimaryData]

Identifies primary data.

Identifies primary data.

ParameterTypeDescription
valuePrimaryData