public class Code128DataPortion extends Object
Constructor and Description |
---|
Code128DataPortion(int code128SubType,
String data) |
Modifier and Type | Method and Description |
---|---|
int |
getCode128SubType()
Gets the type of Code128 subset
|
String |
getData()
Gets the part of code text related to subtype.
|
void |
setCode128SubType(int value)
Gets the type of Code128 subset
|
void |
setData(String value)
Gets the part of code text related to subtype.
|
public Code128DataPortion(int code128SubType, String data)
public String getData()
Gets the part of code text related to subtype.
public void setData(String value)
Gets the part of code text related to subtype.
public int getCode128SubType()
Gets the type of Code128 subset
public void setCode128SubType(int value)
Gets the type of Code128 subset
Copyright (c) 2002-2017 Aspose Pty Ltd. All Rights Reserved.