![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Contains the data of subtype for Code128 type barcode. More...
Inherits BaseJavaClass.
Public Member Functions | |
| def | __init__ (self, javaClass) |
| Code128SubType | getCode128SubType (self) |
| Gets the type of Code128 subset. More... | |
| str | getData (self) |
| Gets the part of code text related to subtype. More... | |
| None | init (self) |
| str | toString (self) |
| Returns a human-readable string representation of this. 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 Attributes | |
| string | javaClassName = "com.aspose.mw.barcode.recognition.MwCode128DataPortion" |
Additional Inherited Members | |
Public Attributes inherited from BaseJavaClass | |
| javaClass | |
| javaClassName | |
Contains the data of subtype for Code128 type barcode.
| def __init__ | ( | self, | |
| javaClass | |||
| ) |
Reimplemented from BaseJavaClass.
| Code128SubType getCode128SubType | ( | self | ) |
Gets the type of Code128 subset.
| str getData | ( | self | ) |
Gets the part of code text related to subtype.
| None init | ( | self | ) |
Reimplemented from BaseJavaClass.
| str toString | ( | self | ) |
Returns a human-readable string representation of this.
.
|
static |