Aspose.Barcode for Python via Java Generation and Recognition API docs
|
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[AztecExtendedParameters] | getAztec (self) |
Optional[CodabarExtendedParameters] | getCodabar (self) |
Gets a Codabar additional information. More... | |
Optional[Code128ExtendedParameters] | getCode128 (self) |
Gets a special data Code128ExtendedParameters of Code128 recognized barcode Value: A special data Code128ExtendedParameters of Code128 recognized barcode. More... | |
Optional[DataBarExtendedParameters] | getDataBar (self) |
Gets a DataBar additional information DataBarExtendedParameters of recognized barcode. More... | |
Optional[DataMatrixExtendedParameters] | getDataMatrix (self) |
Gets a DotCode additional information. More... | |
Optional[DotCodeExtendedParameters] | getDotCode (self) |
Gets a DotCode additional information. More... | |
Optional[GS1CompositeBarExtendedParameters] | getGS1CompositeBar (self) |
Gets a GS1CompositeBar additional information. More... | |
Optional[MaxiCodeExtendedParameters] | getMaxiCode (self) |
Gets a MaxiCode additional information MaxiCodeExtendedParameters of recognized barcode. More... | |
Optional[OneDExtendedParameters] | getOneD (self) |
Gets a special data OneDExtendedParameters of 1D recognized barcode Value: A special data OneDExtendedParameters of 1D recognized barcode. More... | |
Optional[Pdf417ExtendedParameters] | getPdf417 (self) |
Gets a MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode Value: A MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode. More... | |
Optional[QRExtendedParameters] | getQR (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 | |
def __init__ | ( | self, | |
javaClass | |||
) |
Reimplemented from BaseJavaClass.
bool equals | ( | self, | |
BarCodeExtendedParameters | obj | ||
) |
Returns a value indicating whether this instance is equal to a specified BarCodeExtendedParameters value.
obj An System.Object value to compare to this instance. |
Optional[AztecExtendedParameters] getAztec | ( | self | ) |
Gets a Aztec additional information{@code AztecExtendedParameters} of recognized barcode @return A Aztec additional information{@code AztecExtendedParameters} of recognized barcode
Optional[CodabarExtendedParameters] getCodabar | ( | self | ) |
Gets a Codabar additional information.
of recognized barcode @eturn: A Codabar additional information
of recognized barcode
Optional[Code128ExtendedParameters] getCode128 | ( | self | ) |
Gets a special data Code128ExtendedParameters of Code128 recognized barcode Value: A special data Code128ExtendedParameters of Code128 recognized barcode.
Optional[DataBarExtendedParameters] getDataBar | ( | self | ) |
Gets a DataBar additional information DataBarExtendedParameters of recognized barcode.
Optional[DataMatrixExtendedParameters] getDataMatrix | ( | self | ) |
Gets a DotCode additional information.
of recognized barcode
Optional[DotCodeExtendedParameters] getDotCode | ( | self | ) |
Gets a DotCode additional information.
of recognized barcodeValue: A DotCode additional information
of recognized barcode
Optional[GS1CompositeBarExtendedParameters] getGS1CompositeBar | ( | self | ) |
Gets a GS1CompositeBar additional information.
of recognized barcode
Optional[MaxiCodeExtendedParameters] getMaxiCode | ( | self | ) |
Gets a MaxiCode additional information MaxiCodeExtendedParameters of recognized barcode.
Optional[OneDExtendedParameters] getOneD | ( | self | ) |
Gets a special data OneDExtendedParameters of 1D recognized barcode Value: A special data OneDExtendedParameters of 1D recognized barcode.
Optional[Pdf417ExtendedParameters] getPdf417 | ( | self | ) |
Gets a MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode Value: A MacroPdf417 metadata information Pdf417ExtendedParameters of recognized barcode.
Optional[QRExtendedParameters] getQR | ( | self | ) |
Gets a QR Structured Append information QRExtendedParameters of recognized barcode Value: A QR Structured Append information QRExtendedParameters of recognized barcode.
int hashCode | ( | self | ) |
Returns the hash code for this instance.
None init | ( | self | ) |
Reimplemented from BaseJavaClass.
str toString | ( | self | ) |
Returns a human-readable string representation of this BarCodeExtendedParameters.