![]() |
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) |
def | init (self) |
def | convertCode128DataPortions (javaCode128DataPortions) |
def | getCode128DataPortions (self) |
Gets Code128DataPortion array of recognized Code128 barcode Value of the Code128DataPortion. More... | |
def | isEmpty (self) |
def | equals (self, obj) |
Returns a value indicating whether this instance is equal to a specified Code128ExtendedParameters value. More... | |
def | hashCode (self) |
Returns the hash code for this instance. More... | |
def | toString (self) |
Returns a human-readable string representation of this Code128ExtendedParameters. More... | |
![]() | |
def | getJavaClass (self) |
def | setJavaClass (self, javaClass) |
def | getJavaClassName (self) |
def | isNull (self) |
def | printJavaClassName (self) |
Public Attributes | |
code128DataPortions | |
![]() | |
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.
def convertCode128DataPortions | ( | javaCode128DataPortions | ) |
def equals | ( | self, | |
obj | |||
) |
Returns a value indicating whether this instance is equal to a specified Code128ExtendedParameters value.
:param: obj An System.Object value to compare to this instance. :return: true if obj has the same value as this instance otherwise, false.
def getCode128DataPortions | ( | self | ) |
Gets Code128DataPortion array of recognized Code128 barcode Value of the Code128DataPortion.
def hashCode | ( | self | ) |
Returns the hash code for this instance.
:return: A 32-bit signed integer hash code.
def init | ( | self | ) |
Reimplemented from BaseJavaClass.
def isEmpty | ( | self | ) |
def toString | ( | self | ) |
Returns a human-readable string representation of this Code128ExtendedParameters.
:return: A string that represents this Code128ExtendedParameters.
code128DataPortions |