IComplexCodetext
IComplexCodetext class
Interface for complex codetext used with ComplexBarcodeGenerator.
new IComplexCodetext()
Methods
| Name | Description |
|---|---|
| getBarcodeType() | Gets barcode type. |
| getConstructedCodetext() | Construct codetext for complex barcode |
| initFromString(constructedCodetext) | Initializes instance with constructed codetext. |
getBarcodeType()
Gets barcode type.
Returns: Barcode type.
getConstructedCodetext()
Construct codetext for complex barcode
Returns: Constructed codetext
initFromString(constructedCodetext)
Initializes instance with constructed codetext.
| Parameter | Description |
|---|---|
| constructedCodetext | Constructed codetext. |