![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Stores a DataBar additional information of recognized barcode. More...
Inherits BaseJavaClass.
Public Member Functions | |
| bool | equals (self, DataBarExtendedParameters obj) |
| Returns a value indicating whether this instance is equal to a specified DataBarExtendedParameters value. More... | |
| int | hashcode (self) |
| Returns the hash code for this instance. More... | |
| None | init (self) |
| bool | is2DCompositeComponent (self) |
| Gets the DataBar 2D composite component flag. More... | |
| str | toString (self) |
| Returns a human-readable string representation of this DataBarExtendedParameters. More... | |
Public Member Functions inherited from BaseJavaClass | |
| None | __init__ (self, javaClass) |
| def | getJavaClass (self) |
| str | getJavaClassName (self) |
| bool | isNull (self) |
| None | printJavaClassName (self) |
| None | setJavaClass (self, javaClass) |
Static Public Attributes | |
| string | javaClassName = "com.aspose.mw.barcode.recognition.MwDataBarExtendedParameters" |
Additional Inherited Members | |
Public Attributes inherited from BaseJavaClass | |
| javaClass | |
| javaClassName | |
Stores a DataBar additional information of recognized barcode.
| bool equals | ( | self, | |
| DataBarExtendedParameters | obj | ||
| ) |
Returns a value indicating whether this instance is equal to a specified DataBarExtendedParameters value.
| obj | An System.Object value to compare to this instance. |
| int hashcode | ( | self | ) |
Returns the hash code for this instance.
| None init | ( | self | ) |
Reimplemented from BaseJavaClass.
| bool is2DCompositeComponent | ( | self | ) |
Gets the DataBar 2D composite component flag.
Default value is false.
| str toString | ( | self | ) |
Returns a human-readable string representation of this DataBarExtendedParameters.
|
static |