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 information DataBarExtendedParameters of recognized barcode. More...
 
def getMaxiCode (self)
 Gets a MaxiCode additional information MaxiCodeExtendedParameters of recognized barcode. More...
 
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)
 Gets a DotCode additional information. More...
 
def getDataMatrix (self)
 Gets a DotCode additional information. More...
 
def getAztec (self)
 
def getGS1CompositeBar (self)
 Gets a GS1CompositeBar additional information. More...
 
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.

Parameters
obj An System.Object value to compare to this instance.
Returns
: true if obj has the same value as this instance otherwise, false.

◆ getAztec()

def getAztec (   self)
Gets a Aztec additional information{@code AztecExtendedParameters} of recognized barcode
@return A Aztec additional information{@code AztecExtendedParameters} of recognized barcode

◆ 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 information DataBarExtendedParameters of recognized barcode.

Returns
: mixed A DataBar additional information DataBarExtendedParameters of recognized barcode

◆ getDataMatrix()

def getDataMatrix (   self)

Gets a DotCode additional information.

DotCodeExtendedParameters

of recognized barcode

Returns
A DotCode additional information
DotCodeExtendedParameters
of recognized barcode

◆ getDotCode()

def getDotCode (   self)

Gets a DotCode additional information.

DotCodeExtendedParameters

of recognized barcodeValue: A DotCode additional information

DotCodeExtendedParameters

of recognized barcode

◆ getGS1CompositeBar()

def getGS1CompositeBar (   self)

Gets a GS1CompositeBar additional information.

GS1CompositeBarExtendedParameters

of recognized barcode

Returns
A GS1CompositeBar additional information
GS1CompositeBarExtendedParameters
of recognized barcode

◆ getMaxiCode()

def getMaxiCode (   self)

Gets a MaxiCode additional information MaxiCodeExtendedParameters of recognized barcode.

Returns
: A MaxiCode additional information MaxiCodeExtendedParameters of recognized barcode

◆ 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.

Returns
: 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.

Returns
: A string that represents this BarCodeExtendedParameters.