Aspose.Barcode for Python via Java Generation and Recognition API docs
|
Class for encoding and decoding the text embedded in the SwissQR code. More...
Inherits IComplexCodetext.
Public Member Functions | |
None | __init__ (self, Optional[SwissQRBill] bill) |
Creates an instance of SwissQRCodetext. More... | |
Generation.EncodeTypes | getBarcodeType (self) |
Gets barcode type. More... | |
Optional[SwissQRBill] | getBill (self) |
SwissQR bill data. More... | |
str | getConstructedCodetext (self) |
Construct codetext from SwissQR bill data. More... | |
None | init (self) |
None | initFromString (self, str constructedCodetext) |
Initializes Bill with constructed codetext. More... | |
Public Member Functions inherited from IComplexCodetext | |
def | __init__ (self, javaClass) |
Public Member Functions inherited from BaseJavaClass | |
def | getJavaClass (self) |
str | getJavaClassName (self) |
bool | isNull (self) |
None | printJavaClassName (self) |
None | setJavaClass (self, javaClass) |
Static Public Member Functions | |
SwissQRCodetext | construct (javaClass) |
Static Public Attributes | |
string | javaClassName = "com.aspose.mw.barcode.complexbarcode.MwSwissQRCodetext" |
Additional Inherited Members | |
Public Attributes inherited from BaseJavaClass | |
javaClass | |
javaClassName | |
Class for encoding and decoding the text embedded in the SwissQR code.
None __init__ | ( | self, | |
Optional[SwissQRBill] | bill | ||
) |
Creates an instance of SwissQRCodetext.
bill | SwissQR bill data |
BarCodeException |
|
static |
Generation.EncodeTypes getBarcodeType | ( | self | ) |
Optional[SwissQRBill] getBill | ( | self | ) |
SwissQR bill data.
str getConstructedCodetext | ( | self | ) |
Construct codetext from SwissQR bill data.
Reimplemented from IComplexCodetext.
None init | ( | self | ) |
Reimplemented from BaseJavaClass.
None initFromString | ( | self, | |
str | constructedCodetext | ||
) |
Initializes Bill with constructed codetext.
constructedCodetext | Constructed codetext. |
Reimplemented from IComplexCodetext.
|
static |