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 | equals (self, CodabarExtendedParameters obj) |
CodabarSymbol | getCodabarStartSymbol (self) |
CodabarSymbol | getCodabarStopSymbol (self) |
int | hashCode (self) |
None | init (self) |
None | setCodabarStartSymbol (self, CodabarSymbol value) |
None | setCodabarStopSymbol (self, CodabarSymbol value) |
Sets a Codabar stop symbol. More... | |
str | toString (self) |
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 | |
Stores a Codabar additional information of recognized barcode.
def __init__ | ( | self, | |
javaClass | |||
) |
Reimplemented from BaseJavaClass.
bool equals | ( | self, | |
CodabarExtendedParameters | obj | ||
) |
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.
CodabarSymbol getCodabarStartSymbol | ( | self | ) |
Gets a Codabar start symbol. Default value: CodabarSymbol.A
CodabarSymbol getCodabarStopSymbol | ( | self | ) |
Gets a Codabar stop symbol. Default value: CodabarSymbol.A
int hashCode | ( | self | ) |
Returns the hash code for this instance. @return: A 32-bit signed integer hash code.
None init | ( | self | ) |
Reimplemented from BaseJavaClass.
None setCodabarStartSymbol | ( | self, | |
CodabarSymbol | value | ||
) |
Sets a Codabar start symbol. Default value: CodabarSymbol.A
None setCodabarStopSymbol | ( | self, | |
CodabarSymbol | value | ||
) |
Sets a Codabar stop symbol.
Default value: CodabarSymbol.A
str toString | ( | self | ) |
Returns a human-readable string representation of this {@code CodabarExtendedParameters}. @return: A string that represents this {@code CodabarExtendedParameters}.