![]() |
Aspose.BarCode for Python via Java
24.11
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Stores a Codabar additional information of recognized barcode. More...
Inherits BaseJavaClass.
Public Member Functions | |
def | __init__ (self, javaClass) |
bool | __eq__ (self, CodabarExtendedParameters other) |
int | __hash__ (self) |
Returns the hash code for the current instance. More... | |
str | __str__ (self) |
CodabarSymbol | getCodabarStartSymbol (self) |
CodabarSymbol | getCodabarStopSymbol (self) |
None | init (self) |
None | setCodabarStartSymbol (self, CodabarSymbol codabarSymbol) |
None | setCodabarStopSymbol (self, CodabarSymbol codabarSymbol) |
Sets a Codabar stop symbol. More... | |
![]() | |
def | getJavaClass (self) |
str | getJavaClassName (self) |
bool | isNull (self) |
None | printJavaClassName (self) |
None | setJavaClass (self, javaClass) |
Additional Inherited Members | |
![]() | |
javaClass | |
javaClassName | |
Stores a Codabar additional information of recognized barcode.
def __init__ | ( | self, | |
javaClass | |||
) |
Reimplemented from BaseJavaClass.
bool __eq__ | ( | self, | |
CodabarExtendedParameters | other | ||
) |
Returns a value indicating whether this instance is equal to a specified {@code CodabarExtendedParameters} value. @param obj: An value to compare to this instance. @return: True if obj has the same value as this instance; otherwise False.
int __hash__ | ( | self | ) |
Returns the hash code for the current instance.
str __str__ | ( | self | ) |
Returns a human-readable string representation of this {@code CodabarExtendedParameters}. @return: A string that represents this {@code CodabarExtendedParameters}.
CodabarSymbol getCodabarStartSymbol | ( | self | ) |
Gets a Codabar start symbol. Default value: CodabarSymbol.A
CodabarSymbol getCodabarStopSymbol | ( | self | ) |
Gets a Codabar stop symbol. Default value: CodabarSymbol.A
None init | ( | self | ) |
Reimplemented from BaseJavaClass.
None setCodabarStartSymbol | ( | self, | |
CodabarSymbol | codabarSymbol | ||
) |
Sets a Codabar start symbol. Default value: CodabarSymbol.A
None setCodabarStopSymbol | ( | self, | |
CodabarSymbol | codabarSymbol | ||
) |
Sets a Codabar stop symbol.
Default value: CodabarSymbol.A