Code128DataPortion

Code128DataPortion

Contains the data of subtype for Code128 type barcode

Constructor

new Code128DataPortion(code128SubType, data)

Creates a new instance of the {@code Code128DataPortion} class with start code symbol and decoded codetext.
Parameters:
Name Type Description
code128SubType A start encoding symbol
data A partial codetext
Source:

Methods

getCode128SubType()

Gets the type of Code128 subset
Returns:
Type Description
The type of Code128 subset
Source:

getData()

Gets the part of code text related to subtype.
Returns:
Type Description
The part of code text related to subtype
Source:

setCode128SubType()

Sets the type of Code128 subset
Returns:
Type Description
The type of Code128 subset
Source:

setData()

Gets the part of code text related to subtype.
Returns:
Type Description
The part of code text related to subtype
Source:

toString()

Returns a human-readable string representation of this {@code Code128DataPortion}.
Returns:
Type Description
A string that represents this {@code Code128DataPortion}.
Source: