Aspose.Barcode for Python via Java Generation and Recognition API docs
BarCodeExtendedParameters Class Reference

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...
 
- Public Member Functions inherited from BaseJavaClass
def getJavaClass (self)
 
def setJavaClass (self, javaClass)
 
def getJavaClassName (self)
 
def isNull (self)
 
def printJavaClassName (self)
 

Additional Inherited Members

- Public Attributes inherited from BaseJavaClass
 javaClass
 
 javaClassName
 

Constructor & Destructor Documentation

◆ __init__()

def __init__ (   self,
  javaClass 
)

Reimplemented from BaseJavaClass.

Member Function Documentation

◆ equals()

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.

◆ getCode128()

def getCode128 (   self)

Gets a special data Code128ExtendedParameters of Code128 recognized barcode Value: A special data Code128ExtendedParameters of Code128 recognized barcode.

◆ getDataBar()

def getDataBar (   self)

Gets a DataBar additional informationDataBarExtendedParameters of recognized barcode :return: mixed A DataBar additional informationDataBarExtendedParameters of recognized barcode.

◆ getDotCode()

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

◆ getMaxiCode()

def getMaxiCode (   self)

◆ getOneD()

def getOneD (   self)

Gets a special data OneDExtendedParameters of 1D recognized barcode Value: A special data OneDExtendedParameters of 1D recognized barcode.

◆ getPdf417()

def getPdf417 (   self)

Gets a MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode Value: A MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode.

◆ getQR()

def getQR (   self)

Gets a QR Structured Append information QRExtendedParameters of recognized barcode Value: A QR Structured Append information QRExtendedParameters of recognized barcode.

◆ hashCode()

def hashCode (   self)

Returns the hash code for this instance.

:return: A 32-bit signed integer hash code.

◆ init()

def init (   self)

Reimplemented from BaseJavaClass.

◆ toString()

def toString (   self)

Returns a human-readable string representation of this BarCodeExtendedParameters.

:return: A string that represents this BarCodeExtendedParameters.