![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Stores special data of Code128 recognized barcode. More...
Inherits BaseJavaClass.
Public Member Functions | |
| def | __init__ (self, javaClass) |
| bool | equals (self, Code128ExtendedParameters obj) |
| Returns a value indicating whether this instance is equal to a specified Code128ExtendedParameters value. More... | |
| Optional[List[Code128DataPortion]] | getCode128DataPortions (self) |
| Gets Code128DataPortion array of recognized Code128 barcode. More... | |
| int | hashCode (self) |
| Returns the hash code for this instance. More... | |
| None | init (self) |
| bool | isEmpty (self) |
| str | toString (self) |
| Returns a human-readable string representation of this Code128ExtendedParameters. 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 | |
| List[Code128DataPortion] | convertCode128DataPortions (javaCode128DataPortions) |
Public Attributes | |
| code128DataPortions | |
Public Attributes inherited from BaseJavaClass | |
| javaClass | |
| javaClassName | |
Stores special data of Code128 recognized barcode.
Represents the recognized barcode's region and barcode angle
This sample shows how to get code128 raw values
| def __init__ | ( | self, | |
| javaClass | |||
| ) |
Reimplemented from BaseJavaClass.
|
static |
| bool equals | ( | self, | |
| Code128ExtendedParameters | obj | ||
| ) |
Returns a value indicating whether this instance is equal to a specified Code128ExtendedParameters value.
| obj is object value to compare to this instance. |
| Optional[List[Code128DataPortion]] getCode128DataPortions | ( | self | ) |
Gets Code128DataPortion array of recognized Code128 barcode.
| int hashCode | ( | self | ) |
Returns the hash code for this instance.
| None init | ( | self | ) |
Reimplemented from BaseJavaClass.
| bool isEmpty | ( | self | ) |
| str toString | ( | self | ) |
Returns a human-readable string representation of this Code128ExtendedParameters.
| code128DataPortions |