![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Inherits _MwWrapper.
Public Member Functions | |
| def | __init__ (self, _java_class) |
| bool | __eq__ (self, BarCodeExtendedParameters other) |
| Returns a value indicating whether this instance is equal to a specified BarCodeExtendedParameters value. More... | |
| int | __hash__ (self) |
| Returns the hash code for the current instance. More... | |
| str | __str__ (self) |
| Returns a human-readable string representation of this BarCodeExtendedParameters. More... | |
| Optional[AztecExtendedParameters] | aztec (self) |
| Optional[CodabarExtendedParameters] | codabar (self) |
| Optional[Code128ExtendedParameters] | code_128 (self) |
| Optional[DataMatrixExtendedParameters] | data_matrix (self) |
| Optional[DataBarExtendedParameters] | databar (self) |
| Optional[DotCodeExtendedParameters] | dot_code (self) |
| Optional[GS1CompositeBarExtendedParameters] | gs1_composite_bar (self) |
| Optional[MaxiCodeExtendedParameters] | maxi_code (self) |
| Optional[OneDExtendedParameters] | one_d (self) |
| Optional[Pdf417ExtendedParameters] | pdf_417 (self) |
| Optional[QRExtendedParameters] | qr (self) |
| def __init__ | ( | self, | |
| _java_class | |||
| ) |
| bool __eq__ | ( | self, | |
| BarCodeExtendedParameters | other | ||
| ) |
Returns a value indicating whether this instance is equal to a specified BarCodeExtendedParameters value.
| obj An System.Object value to compare to this instance. |
| int __hash__ | ( | self | ) |
Returns the hash code for the current instance.
| str __str__ | ( | self | ) |
Returns a human-readable string representation of this BarCodeExtendedParameters.
| Optional[AztecExtendedParameters] aztec | ( | self | ) |
| Optional[CodabarExtendedParameters] codabar | ( | self | ) |
| Optional[Code128ExtendedParameters] code_128 | ( | self | ) |
| Optional[DataMatrixExtendedParameters] data_matrix | ( | self | ) |
| Optional[DataBarExtendedParameters] databar | ( | self | ) |
| Optional[DotCodeExtendedParameters] dot_code | ( | self | ) |
| Optional[GS1CompositeBarExtendedParameters] gs1_composite_bar | ( | self | ) |
| Optional[MaxiCodeExtendedParameters] maxi_code | ( | self | ) |
| Optional[OneDExtendedParameters] one_d | ( | self | ) |
| Optional[Pdf417ExtendedParameters] pdf_417 | ( | self | ) |
| Optional[QRExtendedParameters] qr | ( | self | ) |