Code128DataPortion
Code128DataPortion class
Contains the data of subtype for Code128 type barcode
public class Code128DataPortion : joint.BaseJavaClass
Constructors
| Name | Description |
|---|
| Code128DataPortion(object) | Creates a new instance of the Code128DataPortion class with start code symbol and decoded codetext. |
Methods
| Name | Description |
|---|
| getCode128SubType | Gets the type of Code128 subset. |
| getData | Gets the part of code text related to subtype. |
| init | |
| toString | Returns a human-readable string representation of this Code128DataPortion. |
See Also