![]() |
Aspose.Barcode for PHP via Java Generation and Recognition API docs
|
Inherits BaseJavaClass.
Public Member Functions | |
| __construct ($code128SubType, $data) | |
| getData () | |
| setData ($value) | |
| getCode128SubType () | |
| setCode128SubType ($value) | |
| toString () | |
Contains the data of subtype for Code128 type barcode
| __construct | ( | $code128SubType, | |
| $data | |||
| ) |
Creates a new instance of the
class with start code symbol and decoded codetext.
| code128SubType | A start encoding symbol |
| data | A partial codetext |
|
final |
Gets the type of Code128 subset
|
final |
Gets the part of code text related to subtype.
|
final |
Gets the type of Code128 subset
|
final |
Gets the part of code text related to subtype.
| toString | ( | ) |
Returns a human-readable string representation of this
.