|
com.aspose.barcode
Class Code128Set
java.lang.Object
com.aspose.barcode.Code128Set
public class Code128Set - extends java.lang.Object
CodeSet for code 128 types of barcode
|
Field Summary |
static int |
A
A set |
static int |
AUTO
Auto setting CodeSet |
static int |
B
B set |
static int |
C
C set |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
A
public static final int A
- A set
- See Also:
- Constant Field Values
B
public static final int B
- B set
- See Also:
- Constant Field Values
C
public static final int C
- C set
- See Also:
- Constant Field Values
AUTO
public static final int AUTO
- Auto setting CodeSet
- See Also:
- Constant Field Values
Code128Set
public Code128Set()
|