![]() |
Aspose.Barcode for PHP via Java
23.2
Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Inherits HIBCLICComplexCodetext.
Public Member Functions | |
| __construct () | |
| getData () | |
| setData (SecondaryAndAdditionalData $value) | |
| getLinkCharacter () | |
| setLinkCharacter (string $value) | |
| getConstructedCodetext () | |
| initFromString (string $constructedCodetext) | |
| equals (HIBCLICSecondaryAndAdditionalDataCodetext $obj) | |
| hashCode () | |
| getBarcodeType () | |
| setBarcodeType (int $value) | |
| getJavaClass () | |
| getJavaClassName () | |
| isNull () | |
| printJavaClassName () | |
Static Public Member Functions | |
| static | construct ($java_class) |
Public Attributes | |
| const | JAVA_CLASS_NAME = "com.aspose.mw.barcode.complexbarcode.MwHIBCLICSecondaryAndAdditionalDataCodetext" |
Protected Member Functions | |
| init () | |
| setJavaClass ($javaClass) | |
Class for encoding and decoding the text embedded in the HIBC LIC code which stores seconday data.
| HIBCLICSecondaryAndAdditionalDataCodetext::__construct | ( | ) |
|
static |
| HIBCLICSecondaryAndAdditionalDataCodetext::equals | ( | HIBCLICSecondaryAndAdditionalDataCodetext | $obj | ) |
Returns a value indicating whether this instance is equal to a specified
value.
| obj | An value to compare to this instance. |
|
inherited |
Gets or sets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC.
Reimplemented from IComplexCodetext.
| HIBCLICSecondaryAndAdditionalDataCodetext::getConstructedCodetext | ( | ) |
| HIBCLICSecondaryAndAdditionalDataCodetext::getData | ( | ) |
Identifies secodary and additional supplemental data.
|
inherited |
|
inherited |
| HIBCLICSecondaryAndAdditionalDataCodetext::getLinkCharacter | ( | ) |
Identifies link character.
| HIBCLICSecondaryAndAdditionalDataCodetext::hashCode | ( | ) |
Returns the hash code for this instance.
|
protected |
Reimplemented from BaseJavaClass.
| HIBCLICSecondaryAndAdditionalDataCodetext::initFromString | ( | string | $constructedCodetext | ) |
Initializes instance from constructed codetext.
| constructedCodetext | Constructed codetext. |
Reimplemented from HIBCLICComplexCodetext.
|
inherited |
|
inherited |
|
inherited |
Gets or sets barcode type. HIBC LIC codetext can be encoded using HIBCCode39LIC, HIBCCode128LIC, HIBCAztecLIC, HIBCDataMatrixLIC and HIBCQRLIC encode types. Default value: HIBCCode39LIC.
| HIBCLICSecondaryAndAdditionalDataCodetext::setData | ( | SecondaryAndAdditionalData | $value | ) |
Identifies secodary and additional supplemental data.
|
protectedinherited |
| HIBCLICSecondaryAndAdditionalDataCodetext::setLinkCharacter | ( | string | $value | ) |
Identifies link character.
| const HIBCLICSecondaryAndAdditionalDataCodetext::JAVA_CLASS_NAME = "com.aspose.mw.barcode.complexbarcode.MwHIBCLICSecondaryAndAdditionalDataCodetext" |