ExtCodetextBuilder
Contents
[
Hide
]ExtCodetextBuilder class
Helper class for automatic codetext generation of the Extended Codetext Mode
new ExtCodetextBuilder()
Methods
| Name | Description |
|---|---|
| addECICodetext(ECIEncoding, codetext) | Adds codetext with Extended Channel Identifier |
| addPlainCodetext(codetext) | Adds plain codetext to the extended codetext items |
| clear() | Clears extended codetext items |
| getExtendedCodetext() | Generate extended codetext from generation items list |
addECICodetext(ECIEncoding, codetext)
Adds codetext with Extended Channel Identifier
| Parameter | Description |
|---|---|
| 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
| Parameter | Description |
|---|---|
| codetext | Codetext in unicode to add as extended codetext item |
clear()
Clears extended codetext items
getExtendedCodetext()
Generate extended codetext from generation items list
Returns: Return string of extended codetext