![]() |
Aspose.Barcode for PHP via Java
22.4
Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Inherits ExtCodetextBuilder.
Public Member Functions | |
__construct () | |
init () | |
addFNC1FirstPosition () | |
addFNC1SecondPosition (string $codetext) | |
addFNC1GroupSeparator () | |
getExtendedCodetext () | |
clear () | |
addPlainCodetext (string $codetext) | |
addECICodetext (int $ECIEncoding, string $codetext) | |
getJavaClass () | |
getJavaClassName () | |
isNull () | |
printJavaClassName () | |
Protected Member Functions | |
setJavaClass ($javaClass) | |
Extended codetext generator for 2D QR barcodes for ExtendedCodetext Mode of QREncodeMode Use Display2DText property of BarCodeBuilder to set visible text to removing managing characters.
Example how to generate FNC1 first position for Extended Mode
Example how to generate FNC1 second position for Extended Mode
Example how to generate multi ECI mode for Extended Mode
QrExtCodetextBuilder::__construct | ( | ) |
|
inherited |
Adds codetext with Extended Channel Identifier
int | ECIEncoding Extended Channel Identifier |
string | codetext Codetext in unicode to add as extended codetext item with Extended Channel Identifier |
QrExtCodetextBuilder::addFNC1FirstPosition | ( | ) |
Adds FNC1 in first position to the extended codetext items
QrExtCodetextBuilder::addFNC1GroupSeparator | ( | ) |
Adds Group Separator (GS - '\u001D') to the extended codetext items
QrExtCodetextBuilder::addFNC1SecondPosition | ( | string | $codetext | ) |
Adds FNC1 in second position to the extended codetext items
string | $codetext | Value of the FNC1 in the second position |
|
inherited |
Adds plain codetext to the extended codetext items
string | $codetext | Codetext in unicode to add as extended codetext item |
|
inherited |
Clears extended codetext items
QrExtCodetextBuilder::getExtendedCodetext | ( | ) |
Generates Extended codetext from the extended codetext list.
Reimplemented from ExtCodetextBuilder.
|
inherited |
|
inherited |
QrExtCodetextBuilder::init | ( | ) |
Reimplemented from ExtCodetextBuilder.
|
inherited |
|
inherited |
|
protectedinherited |