![]() |
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, code128SubType, data) |
Creates a new instance of the. More... | |
def | construct (javaClass) |
def | getData (self) |
Gets the part of code text related to subtype. More... | |
def | setData (self, value) |
Gets the part of code text related to subtype. More... | |
def | getCode128SubType (self) |
Gets the type of Code128 subset :return: The type of Code128 subset. More... | |
def | setCode128SubType (self, value) |
Gets the type of Code128 subset :return: The type of Code128 subset. More... | |
def | init (self) |
def | toString (self) |
Returns a human-readable string representation of this. More... | |
![]() | |
def | __init__ (self, javaClass) |
def | getJavaClass (self) |
def | setJavaClass (self, javaClass) |
def | getJavaClassName (self) |
def | isNull (self) |
def | printJavaClassName (self) |
Static Public Attributes | |
string | javaClassName = "com.aspose.mw.barcode.recognition.MwCode128DataPortion" |
Additional Inherited Members | |
![]() | |
javaClass | |
javaClassName | |
Contains the data of subtype for Code128 type barcode.
def __init__ | ( | self, | |
code128SubType, | |||
data | |||
) |
Creates a new instance of the.
class with start code symbol and decoded codetext. :param: code128SubType A start encoding symbol :param: data A partial codetext
def construct | ( | javaClass | ) |
def getCode128SubType | ( | self | ) |
Gets the type of Code128 subset :return: The type of Code128 subset.
def getData | ( | self | ) |
Gets the part of code text related to subtype.
:return: The part of code text related to subtype
def init | ( | self | ) |
Reimplemented from BaseJavaClass.
def setCode128SubType | ( | self, | |
value | |||
) |
Gets the type of Code128 subset :return: The type of Code128 subset.
def setData | ( | self, | |
value | |||
) |
Gets the part of code text related to subtype.
:return: The part of code text related to subtype
def toString | ( | self | ) |
Returns a human-readable string representation of this.
. :return: A string that represents this
.
|
static |