![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Class for encoding and decoding the text embedded in the HIBC PAS code. More...
Inherits IComplexCodetext.
Public Member Functions | |
| None | __init__ (self) |
| None | addHIBCPASRecord (self, HIBCPASRecord record) |
| Adds new record. More... | |
| None | addRecord (self, HIBCPASDataType dataType, str data) |
| Adds new record. More... | |
| None | clear (self) |
| Clears records list. More... | |
| bool | equals (self, HIBCPASCodetext obj) |
| Returns a value indicating whether this instance is equal to a specified HIBCPASCodetext value. More... | |
| int | getBarcodeType (self) |
| Gets barcode type. More... | |
| str | getConstructedCodetext (self) |
| Constructs codetext. More... | |
| HIBCPASDataLocation | getDataLocation (self) |
| Identifies data location. More... | |
| List[HIBCPASRecord] | getRecords (self) |
| Gets records list. More... | |
| int | hashCode (self) |
| Returns the hash code for this instance. More... | |
| def | init (self) |
| None | initFromString (self, str constructedCodetext) |
| Initializes instance from constructed codetext. More... | |
| None | setBarcodeType (self, Generation.EncodeTypes value) |
| Sets barcode type. More... | |
| None | setDataLocation (self, HIBCPASDataLocation value) |
| Identifies data location. More... | |
Public Member Functions inherited from IComplexCodetext | |
| def | __init__ (self, javaClass) |
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 | |
| HIBCPASCodetext | construct (javaClass) |
Static Public Attributes | |
| string | JAVA_CLASS_NAME = "com.aspose.mw.barcode.complexbarcode.MwHIBCPASCodetext" |
Additional Inherited Members | |
Public Attributes inherited from BaseJavaClass | |
| javaClass | |
| javaClassName | |
Class for encoding and decoding the text embedded in the HIBC PAS code.
This sample shows how to encode and decode HIBC PAS using HIBCPASCodetext.
| None __init__ | ( | self | ) |
| None addHIBCPASRecord | ( | self, | |
| HIBCPASRecord | record | ||
| ) |
Adds new record.
| None addRecord | ( | self, | |
| HIBCPASDataType | dataType, | ||
| str | data | ||
| ) |
Adds new record.
| dataType:Type of data | |
| data:Data string |
| None clear | ( | self | ) |
Clears records list.
|
static |
| bool equals | ( | self, | |
| HIBCPASCodetext | obj | ||
| ) |
Returns a value indicating whether this instance is equal to a specified HIBCPASCodetext value.
| obj:An HIBCPASCodetext value to compare to this instance. |
| int getBarcodeType | ( | self | ) |
| str getConstructedCodetext | ( | self | ) |
| HIBCPASDataLocation getDataLocation | ( | self | ) |
Identifies data location.
| List[HIBCPASRecord] getRecords | ( | self | ) |
Gets records list.
| int hashCode | ( | self | ) |
Returns the hash code for this instance.
| def init | ( | self | ) |
Reimplemented from BaseJavaClass.
| None initFromString | ( | self, | |
| str | constructedCodetext | ||
| ) |
Initializes instance from constructed codetext.
| constructedCodetext:Constructed codetext. |
Reimplemented from IComplexCodetext.
| None setBarcodeType | ( | self, | |
| Generation.EncodeTypes | value | ||
| ) |
Sets barcode type.
HIBC PAS codetext can be encoded using HIBCCode39PAS, HIBCCode128PAS, HIBCAztec:PAS, HIBCDataMatrixPAS and HIBCQRPAS encode types. Default value: HIBCCode39PAS.
| None setDataLocation | ( | self, | |
| HIBCPASDataLocation | value | ||
| ) |
Identifies data location.
|
static |