Class SwissQRCodetext
java.lang.Object
com.aspose.barcode.complexbarcode.SwissQRCodetext
- All Implemented Interfaces:
IComplexCodetext
Class for encoding and decoding the text embedded in the SwissQR code.
-
Constructor Summary
ConstructorsConstructorDescriptionCreates an instance of SwissQRCodetext.SwissQRCodetext(SwissQRBill bill) Creates an instance of SwissQRCodetext. -
Method Summary
Modifier and TypeMethodDescriptionGets barcode type.getBill()SwissQR bill dataConstruct codetext from SwissQR bill datavoidinitFromString(String constructedCodetext) Initializes Bill with constructed codetext.
-
Constructor Details
-
SwissQRCodetext
Creates an instance of SwissQRCodetext.
- Parameters:
bill- SwissQR bill data
-
SwissQRCodetext
public SwissQRCodetext()Creates an instance of SwissQRCodetext.
-
-
Method Details
-
getBill
SwissQR bill data
-
getConstructedCodetext
Construct codetext from SwissQR bill data
- Specified by:
getConstructedCodetextin interfaceIComplexCodetext- Returns:
- Constructed codetext
-
initFromString
Initializes Bill with constructed codetext.
- Specified by:
initFromStringin interfaceIComplexCodetext- Parameters:
constructedCodetext- Constructed codetext.
-
getBarcodeType
Gets barcode type.
- Specified by:
getBarcodeTypein interfaceIComplexCodetext- Returns:
- Barcode type.
-