class
Code128DataPortion
Source: Recognition.
Contains the data of subtype for Code128 type barcode
new Code128DataPortion(code128SubType, data)
Creates a new instance of the {@code Code128DataPortion} class with start code symbol and decoded codetext.
Parameters
Name | Type | Optional | Description |
---|---|---|---|
code128SubType |
|
|
A start encoding symbol |
data |
|
|
A partial codetext |
Methods
getCode128SubType()
Gets the type of Code128 subset
- Returns
-
The type of Code128 subset
getData()
Gets the part of code text related to subtype.
- Returns
-
The part of code text related to subtype
setCode128SubType()
Gets the type of Code128 subset
- Returns
-
The type of Code128 subset
setData()
Gets the part of code text related to subtype.
- Returns
-
The part of code text related to subtype
toString()
Returns a human-readable string representation of this {@code Code128DataPortion}.
- Returns
-
A string that represents this {@code Code128DataPortion}.