![]() |
Aspose.Barcode for PHP via Java
22.4
Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Inherits BaseJavaClass.
Public Member Functions | |
| __construct (int $code128SubType, string $data) | |
| getData () | |
| setData (string $value) | |
| getCode128SubType () | |
| setCode128SubType (int $value) | |
| toString () | |
| getJavaClass () | |
| getJavaClassName () | |
| isNull () | |
| printJavaClassName () | |
Static Public Member Functions | |
| static | construct ($javaClass) |
Protected Member Functions | |
| init () | |
| setJavaClass ($javaClass) | |
Contains the data of subtype for Code128 type barcode
| Code128DataPortion::__construct | ( | int | $code128SubType, |
| string | $data | ||
| ) |
Creates a new instance of the {Code128DataPortion} class with start code symbol and decoded codetext.
| int | $code128SubType | A start encoding symbol |
| string | $data | A partial codetext |
|
static |
|
final |
Gets the type of Code128 subset
|
final |
Gets the part of code text related to subtype.
|
inherited |
|
inherited |
|
protected |
Reimplemented from BaseJavaClass.
|
inherited |
|
inherited |
|
final |
Gets the type of Code128 subset
|
final |
Gets the part of code text related to subtype.
|
protectedinherited |
| Code128DataPortion::toString | ( | ) |
Returns a human-readable string representation of this {Code128DataPortion}.