![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Stores a Codabar additional information of recognized barcode. More...
Inherits _MwWrapper.
Public Member Functions | |
| def | __init__ (self, _java_class) |
| bool | __eq__ (self, CodabarExtendedParameters other) |
| int | __hash__ (self) |
| Returns the hash code for the current instance. More... | |
| str | __str__ (self) |
| CodabarSymbol | codabar_start_symbol (self) |
| None | codabar_start_symbol (self, CodabarSymbol value) |
| CodabarSymbol | codabar_stop_symbol (self) |
| None | codabar_stop_symbol (self, CodabarSymbol value) |
| CodabarSymbol | start_symbol (self) |
| None | start_symbol (self, CodabarSymbol value) |
| CodabarSymbol | stop_symbol (self) |
| None | stop_symbol (self, CodabarSymbol value) |
Stores a Codabar additional information of recognized barcode.
| def __init__ | ( | self, | |
| _java_class | |||
| ) |
| 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 codabar_start_symbol | ( | self | ) |
Gets a Codabar start symbol. Default value: CodabarSymbol.A :return: A Codabar start symbol.
| None codabar_start_symbol | ( | self, | |
| CodabarSymbol | value | ||
| ) |
Gets a Codabar start symbol. Default value: CodabarSymbol.A :return: A Codabar start symbol.
| CodabarSymbol codabar_stop_symbol | ( | self | ) |
Gets a Codabar stop symbol. Default value: CodabarSymbol.A
| None codabar_stop_symbol | ( | self, | |
| CodabarSymbol | value | ||
| ) |
Gets a Codabar stop symbol. Default value: CodabarSymbol.A
| CodabarSymbol start_symbol | ( | self | ) |
Gets a Codabar start symbol. Default value: CodabarSymbol.A :return: A Codabar start symbol.
| None start_symbol | ( | self, | |
| CodabarSymbol | value | ||
| ) |
Gets a Codabar start symbol. Default value: CodabarSymbol.A :return: A Codabar start symbol.
| CodabarSymbol stop_symbol | ( | self | ) |
Gets a Codabar stop symbol. Default value: CodabarSymbol.A
| None stop_symbol | ( | self, | |
| CodabarSymbol | value | ||
| ) |
Gets a Codabar stop symbol. Default value: CodabarSymbol.A