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

Inherits BaseJavaClass.

Public Member Functions

def __init__ (self, javaClass)
 
bool equals (self, BarCodeExtendedParameters obj)
 Returns a value indicating whether this instance is equal to a specified BarCodeExtendedParameters value. More...
 
Optional[AztecExtendedParametersgetAztec (self)
 
Optional[CodabarExtendedParametersgetCodabar (self)
 Gets a Codabar additional information. More...
 
Optional[Code128ExtendedParametersgetCode128 (self)
 Gets a special data Code128ExtendedParameters of Code128 recognized barcode Value: A special data Code128ExtendedParameters of Code128 recognized barcode. More...
 
Optional[DataBarExtendedParametersgetDataBar (self)
 Gets a DataBar additional information DataBarExtendedParameters of recognized barcode. More...
 
Optional[DataMatrixExtendedParametersgetDataMatrix (self)
 Gets a DotCode additional information. More...
 
Optional[DotCodeExtendedParametersgetDotCode (self)
 Gets a DotCode additional information. More...
 
Optional[GS1CompositeBarExtendedParametersgetGS1CompositeBar (self)
 Gets a GS1CompositeBar additional information. More...
 
Optional[MaxiCodeExtendedParametersgetMaxiCode (self)
 Gets a MaxiCode additional information MaxiCodeExtendedParameters of recognized barcode. More...
 
Optional[OneDExtendedParametersgetOneD (self)
 Gets a special data OneDExtendedParameters of 1D recognized barcode Value: A special data OneDExtendedParameters of 1D recognized barcode. More...
 
Optional[Pdf417ExtendedParametersgetPdf417 (self)
 Gets a MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode Value: A MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode. More...
 
Optional[QRExtendedParametersgetQR (self)
 Gets a QR Structured Append information QRExtendedParameters of recognized barcode Value: A QR Structured Append information QRExtendedParameters of recognized barcode. More...
 
int hashCode (self)
 Returns the hash code for this instance. More...
 
None init (self)
 
str toString (self)
 Returns a human-readable string representation of this BarCodeExtendedParameters. More...
 
- Public Member Functions inherited from BaseJavaClass
def getJavaClass (self)
 
str getJavaClassName (self)
 
bool isNull (self)
 
None printJavaClassName (self)
 
None setJavaClass (self, javaClass)
 

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()

bool equals (   self,
BarCodeExtendedParameters  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()

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

◆ getCodabar()

Optional[CodabarExtendedParameters] getCodabar (   self)

Gets a Codabar additional information.

CodabarExtendedParameters

of recognized barcode @eturn: A Codabar additional information

CodabarExtendedParameters

of recognized barcode

◆ getCode128()

Optional[Code128ExtendedParameters] getCode128 (   self)

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

◆ getDataBar()

Optional[DataBarExtendedParameters] getDataBar (   self)

Gets a DataBar additional information DataBarExtendedParameters of recognized barcode.

Returns
: mixed A DataBar additional information DataBarExtendedParameters of recognized barcode

◆ getDataMatrix()

Optional[DataMatrixExtendedParameters] getDataMatrix (   self)

Gets a DotCode additional information.

DotCodeExtendedParameters

of recognized barcode

Returns
A DotCode additional information
DotCodeExtendedParameters
of recognized barcode

◆ getDotCode()

Optional[DotCodeExtendedParameters] getDotCode (   self)

Gets a DotCode additional information.

DotCodeExtendedParameters

of recognized barcodeValue: A DotCode additional information

DotCodeExtendedParameters

of recognized barcode

◆ getGS1CompositeBar()

Optional[GS1CompositeBarExtendedParameters] getGS1CompositeBar (   self)

Gets a GS1CompositeBar additional information.

GS1CompositeBarExtendedParameters

of recognized barcode

Returns
A GS1CompositeBar additional information
GS1CompositeBarExtendedParameters
of recognized barcode

◆ getMaxiCode()

Optional[MaxiCodeExtendedParameters] getMaxiCode (   self)

Gets a MaxiCode additional information MaxiCodeExtendedParameters of recognized barcode.

Returns
: A MaxiCode additional information MaxiCodeExtendedParameters of recognized barcode

◆ getOneD()

Optional[OneDExtendedParameters] getOneD (   self)

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

◆ getPdf417()

Optional[Pdf417ExtendedParameters] getPdf417 (   self)

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

◆ getQR()

Optional[QRExtendedParameters] getQR (   self)

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

◆ hashCode()

int hashCode (   self)

Returns the hash code for this instance.

Returns
: A 32-bit signed integer hash code.

◆ init()

None init (   self)

Reimplemented from BaseJavaClass.

◆ toString()

str toString (   self)

Returns a human-readable string representation of this BarCodeExtendedParameters.

Returns
: A string that represents this BarCodeExtendedParameters.