![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Stores special data of 1D recognized barcode like separate codetext and checksum. More...
Inherits BaseJavaClass.
Public Member Functions | |
| def | __init__ (self, javaClass) |
| bool | equals (self, OneDExtendedParameters obj) |
| Returns a value indicating whether this instance is equal to a specified OneDExtendedParameters value. More... | |
| str | getCheckSum (self) |
| Gets the checksum for 1D barcodes. More... | |
| str | getValue (self) |
| Gets the codetext of 1D barcodes without checksum. More... | |
| int | hashCode (self) |
| Returns the hash code for this instance. More... | |
| None | init (self) |
| bool | isEmpty (self) |
| Tests whether all parameters have only default values. More... | |
| str | toString (self) |
| Returns a human-readable string representation of this OneDExtendedParameters. More... | |
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 special data of 1D recognized barcode like separate codetext and checksum.
This sample shows how to get 1D barcode value and checksum
| def __init__ | ( | self, | |
| javaClass | |||
| ) |
Reimplemented from BaseJavaClass.
| bool equals | ( | self, | |
| OneDExtendedParameters | obj | ||
| ) |
Returns a value indicating whether this instance is equal to a specified OneDExtendedParameters value.
| obj An object value to compare to this instance. |
| str getCheckSum | ( | self | ) |
Gets the checksum for 1D barcodes.
Value: The checksum for 1D barcode.
| str getValue | ( | self | ) |
Gets the codetext of 1D barcodes without checksum.
Value: The codetext of 1D barcodes without checksum.
| int hashCode | ( | self | ) |
Returns the hash code for this instance.
| None init | ( | self | ) |
Reimplemented from BaseJavaClass.
| bool isEmpty | ( | self | ) |
Tests whether all parameters have only default values.
| str toString | ( | self | ) |
Returns a human-readable string representation of this OneDExtendedParameters.