![]() |
Aspose.Barcode for PHP via Java
20.2
Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Inherits BaseJavaClass.
Public Member Functions | |
| getBill () | |
| __construct ($arg) | |
| getConstructedCodetext () | |
| initFromString ($constructedCodetext) | |
| getBarcodeType () | |
Class for encoding and decoding the text embedded in the SwissQR code.
| __construct | ( | $arg | ) |
Creates an instance of SwissQRCodetext.
| bill | SwissQR bill data |
| BarcodeException |
| getBarcodeType | ( | ) |
Gets barcode type.
| getBill | ( | ) |
SwissQR bill data
| getConstructedCodetext | ( | ) |
Construct codetext from SwissQR bill data
| initFromString | ( | $constructedCodetext | ) |
Initializes Bill with constructed codetext.
| constructedCodetext | Constructed codetext. |