![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Inherits BaseJavaClass.
Public Member Functions | |
def | __init__ (self, javaClass) |
def | init (self) |
def | getDataBar (self) |
Gets a DataBar additional informationDataBarExtendedParameters of recognized barcode :return: mixed A DataBar additional informationDataBarExtendedParameters of recognized barcode. More... | |
def | getMaxiCode (self) |
def | getOneD (self) |
Gets a special data OneDExtendedParameters of 1D recognized barcode Value: A special data OneDExtendedParameters of 1D recognized barcode. More... | |
def | getDotCode (self) |
def | getCode128 (self) |
Gets a special data Code128ExtendedParameters of Code128 recognized barcode Value: A special data Code128ExtendedParameters of Code128 recognized barcode. More... | |
def | getQR (self) |
Gets a QR Structured Append information QRExtendedParameters of recognized barcode Value: A QR Structured Append information QRExtendedParameters of recognized barcode. More... | |
def | getPdf417 (self) |
Gets a MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode Value: A MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode. More... | |
def | equals (self, obj) |
Returns a value indicating whether this instance is equal to a specified BarCodeExtendedParameters value. More... | |
def | hashCode (self) |
Returns the hash code for this instance. More... | |
def | toString (self) |
Returns a human-readable string representation of this BarCodeExtendedParameters. More... | |
![]() | |
def | getJavaClass (self) |
def | setJavaClass (self, javaClass) |
def | getJavaClassName (self) |
def | isNull (self) |
def | printJavaClassName (self) |
Additional Inherited Members | |
![]() | |
javaClass | |
javaClassName | |
def __init__ | ( | self, | |
javaClass | |||
) |
Reimplemented from BaseJavaClass.
def equals | ( | self, | |
obj | |||
) |
Returns a value indicating whether this instance is equal to a specified BarCodeExtendedParameters 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 getCode128 | ( | self | ) |
Gets a special data Code128ExtendedParameters of Code128 recognized barcode Value: A special data Code128ExtendedParameters of Code128 recognized barcode.
def getDataBar | ( | self | ) |
Gets a DataBar additional informationDataBarExtendedParameters of recognized barcode :return: mixed A DataBar additional informationDataBarExtendedParameters of recognized barcode.
def getDotCode | ( | self | ) |
<p>Gets a DotCode additional information{@code DotCodeExtendedParameters} of recognized barcode</p>Value: A DotCode additional information{@code DotCodeExtendedParameters} of recognized barcode
def getMaxiCode | ( | self | ) |
def getOneD | ( | self | ) |
Gets a special data OneDExtendedParameters of 1D recognized barcode Value: A special data OneDExtendedParameters of 1D recognized barcode.
def getPdf417 | ( | self | ) |
Gets a MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode Value: A MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode.
def getQR | ( | self | ) |
Gets a QR Structured Append information QRExtendedParameters of recognized barcode Value: A QR Structured Append information QRExtendedParameters of recognized barcode.
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 toString | ( | self | ) |
Returns a human-readable string representation of this BarCodeExtendedParameters.
:return: A string that represents this BarCodeExtendedParameters.