![]() |
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) |
def | init (self) |
def | getValue (self) |
Gets the codetext of 1D barcodes without checksum. More... | |
def | getCheckSum (self) |
Gets the checksum for 1D barcodes. More... | |
def | isEmpty (self) |
Tests whether all parameters has only default values Value: Returns. More... | |
def | equals (self, obj) |
Returns a value indicating whether this instance is equal to a specified OneDExtendedParameters value. More... | |
def | hashCode (self) |
Returns the hash code for this instance. More... | |
def | toString (self) |
Returns a human-readable string representation of this OneDExtendedParameters. More... | |
![]() | |
def | getJavaClass (self) |
def | setJavaClass (self, javaClass) |
def | getJavaClassName (self) |
def | isNull (self) |
def | printJavaClassName (self) |
Additional Inherited Members | |
![]() | |
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.
def equals | ( | self, | |
obj | |||
) |
Returns a value indicating whether this instance is equal to a specified OneDExtendedParameters value.
:param: obj An System.Object value to compare to this instance. :return: true if obj has the same value as this instance otherwise, false.
def getCheckSum | ( | self | ) |
Gets the checksum for 1D barcodes.
Value: The checksum for 1D barcode.
def getValue | ( | self | ) |
Gets the codetext of 1D barcodes without checksum.
Value: The codetext of 1D barcodes without checksum.
def hashCode | ( | self | ) |
Returns the hash code for this instance.
:return: A 32-bit signed integer hash code.
def init | ( | self | ) |
Reimplemented from BaseJavaClass.
def isEmpty | ( | self | ) |
Tests whether all parameters has only default values Value: Returns.
if all parameters has only default values otherwise,
.
def toString | ( | self | ) |
Returns a human-readable string representation of this OneDExtendedParameters.
:return: A string that represents this OneDExtendedParameters.