Code128DataPortion

Code128DataPortion class

Contains the data of subtype for Code128 type barcode

public class Code128DataPortion : joint.BaseJavaClass

Constructors

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

Methods

NameDescription
getCode128SubTypeGets the type of Code128 subset.
getDataGets the part of code text related to subtype.
init
toStringReturns a human-readable string representation of this Code128DataPortion.

See Also