Code128DataPortion

Code128DataPortion class

Contains the data of subtype for Code128 type barcode

new Code128DataPortion()

Creates a new instance of the Code128DataPortion class with start code symbol and decoded codetext.

Methods

NameDescription
getCode128SubType()Gets the type of Code128 subset
getData()Gets the part of code text related to subtype.
toString()Returns a human-readable string representation of this Code128DataPortion.

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

toString()

Returns a human-readable string representation of this Code128DataPortion.

Returns: A string that represents this Code128DataPortion.