![]() |
Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Inherits IComplexCodetext.
Inherited by HIBCLICCombinedCodetext, HIBCLICPrimaryDataCodetext, and HIBCLICSecondaryAndAdditionalDataCodetext.
Public Member Functions | |
def | __init__ (self, javaClass) |
def | getConstructedCodetext (self) |
def | initFromString (self, constructedCodetext) |
def | getBarcodeType (self) |
def | setBarcodeType (self, value) |
![]() | |
def | init (self) |
def | getJavaClass (self) |
def | setJavaClass (self, javaClass) |
def | getJavaClassName (self) |
def | isNull (self) |
def | printJavaClassName (self) |
Additional Inherited Members | |
![]() | |
javaClass | |
javaClassName | |
Base class for encoding and decoding the text embedded in the HIBC LIC code. This sample shows how to decode raw HIBC LIC codetext to HIBCLICComplexCodetext instance. <pre> reader = Recognition.BarCodeReader("c:\\test.png", None, DecodeType.HIBC_AZTEC_LIC) for result in reader.readBarCodes(): resultHIBCLICComplexCodetext = ComplexCodetextReader.tryDecodeHIBCLIC(result.getCodeText()) print("BarCode Type: " + resultMaxiCodeCodetext.getBarcodeType()) print("BarCode CodeText: " + resultMaxiCodeCodetext.getConstructedCodetext()) </pre>
def __init__ | ( | self, | |
javaClass | |||
) |
Reimplemented from IComplexCodetext.
def getBarcodeType | ( | self | ) |
Gets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC. :return:Barcode type.
Reimplemented from IComplexCodetext.
def getConstructedCodetext | ( | self | ) |
Constructs codetext :return:Constructed codetext
Reimplemented from IComplexCodetext.
Reimplemented in HIBCLICSecondaryAndAdditionalDataCodetext, HIBCLICPrimaryDataCodetext, and HIBCLICCombinedCodetext.
def initFromString | ( | self, | |
constructedCodetext | |||
) |
Initializes instance from constructed codetext. :param constructedCodetext:Constructed codetext.
Reimplemented from IComplexCodetext.
Reimplemented in HIBCLICSecondaryAndAdditionalDataCodetext, HIBCLICPrimaryDataCodetext, and HIBCLICCombinedCodetext.
def setBarcodeType | ( | self, | |
value | |||
) |
Sets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC. :return:Barcode type.