Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Class for encoding and decoding the text embedded in the HIBC LIC code which stores primary data. More...
Inherits HIBCLICComplexCodetext.
Public Member Functions | |
None | __init__ (self) |
bool | equals (self, HIBCLICPrimaryDataCodetext obj) |
Returns a value indicating whether this instance is equal to a specified HIBCLICPrimaryDataCodetext value. More... | |
str | getConstructedCodetext (self) |
Constructs codetext. More... | |
Optional[PrimaryData] | getData (self) |
Identifies primary data. More... | |
int | hashCode (self) |
Returns the hash code for this instance. More... | |
None | init (self) |
None | initFromString (self, str constructedCodetext) |
Initializes instance from constructed codetext. More... | |
None | setData (self, PrimaryData value) |
Identifies primary data. More... | |
Public Member Functions inherited from HIBCLICComplexCodetext | |
None | __init__ (self, javaClass) |
Generation.EncodeTypes | getBarcodeType (self) |
Gets barcode type. More... | |
None | setBarcodeType (self, Generation.EncodeTypes value) |
Sets barcode type. More... | |
Public Member Functions inherited from BaseJavaClass | |
def | getJavaClass (self) |
str | getJavaClassName (self) |
bool | isNull (self) |
None | printJavaClassName (self) |
None | setJavaClass (self, javaClass) |
Static Public Member Functions | |
HIBCLICPrimaryDataCodetext | construct (java_class) |
Public Attributes | |
data | |
Public Attributes inherited from BaseJavaClass | |
javaClass | |
javaClassName | |
Static Public Attributes | |
string | JAVA_CLASS_NAME = "com.aspose.mw.barcode.complexbarcode.MwHIBCLICPrimaryDataCodetext" |
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.
None __init__ | ( | self | ) |
|
static |
bool equals | ( | self, | |
HIBCLICPrimaryDataCodetext | obj | ||
) |
Returns a value indicating whether this instance is equal to a specified HIBCLICPrimaryDataCodetext value.
obj:An HIBCLICPrimaryDataCodetext value to compare to this instance. |
str getConstructedCodetext | ( | self | ) |
Optional[PrimaryData] getData | ( | self | ) |
Identifies primary data.
int hashCode | ( | self | ) |
Returns the hash code for this instance.
None init | ( | self | ) |
Reimplemented from BaseJavaClass.
None initFromString | ( | self, | |
str | constructedCodetext | ||
) |
Initializes instance from constructed codetext.
constructedCodetext:Constructed codetext. |
Reimplemented from HIBCLICComplexCodetext.
None setData | ( | self, | |
PrimaryData | value | ||
) |
Identifies primary data.
data |
|
static |