Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Inherits BaseJavaClass.
Inherited by QrExtCodetextBuilder.
Public Member Functions | |
isNeedToShieldItemFromPrevECI ($Index) | |
clear () | |
addPlainCodetext ($codetext) | |
addECICodetext ($ECIEncoding, $codetext) | |
getExtendedCodetext () | |
Helper class for automatic codetext generation of the Extended Codetext Mode
addECICodetext | ( | $ECIEncoding, | |
$codetext | |||
) |
Adds codetext with Extended Channel Identifier
ECIEncoding | Extended Channel Identifier |
codetext | Codetext in unicode to add as extended codetext item with Extended Channel Identifier |
addPlainCodetext | ( | $codetext | ) |
Adds plain codetext to the extended codetext items
codetext | Codetext in unicode to add as extended codetext item |
clear | ( | ) |
Clears extended codetext items
getExtendedCodetext | ( | ) |
Generate extended codetext from generation items list
Reimplemented in QrExtCodetextBuilder.
isNeedToShieldItemFromPrevECI | ( | $Index | ) |
Checks necessity to shield previous item by "\000000"
Index | Index in m_List |