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[SwissQRBillgetBill (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
 

Detailed Description

Class for encoding and decoding the text embedded in the SwissQR code.

Constructor & Destructor Documentation

◆ __init__()

None __init__ (   self,
Optional[SwissQRBill bill 
)

Creates an instance of SwissQRCodetext.

Parameters
billSwissQR bill data
Exceptions
BarCodeException

Member Function Documentation

◆ construct()

SwissQRCodetext construct (   javaClass)
static

◆ getBarcodeType()

Generation.EncodeTypes getBarcodeType (   self)

Gets barcode type.

Returns
Barcode type.

Reimplemented from IComplexCodetext.

◆ getBill()

Optional[SwissQRBill] getBill (   self)

SwissQR bill data.

◆ getConstructedCodetext()

str getConstructedCodetext (   self)

Construct codetext from SwissQR bill data.

Returns
Constructed codetext

Reimplemented from IComplexCodetext.

◆ init()

None init (   self)

Reimplemented from BaseJavaClass.

◆ initFromString()

None initFromString (   self,
str  constructedCodetext 
)

Initializes Bill with constructed codetext.

Parameters
constructedCodetextConstructed codetext.

Reimplemented from IComplexCodetext.

Member Data Documentation

◆ javaClassName

string javaClassName = "com.aspose.mw.barcode.complexbarcode.MwSwissQRCodetext"
static