|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.aspose.barcode.Code128CodeSet
public final class Code128CodeSet
Specifies the code set of CODE128 com.aspose.barcode specification used to encode the data.
Field Summary | |
---|---|
static int |
A
Specifies code set <b>A</b> should be used to encode the data in the CODE128 specification. |
static int |
Auto
Specifies using the embeded optimized arithmetic to encode the data, which will use the shortest encoding result. |
static int |
B
Specifies code set <b>B</b> should be used to encode the data in the CODE128 specification. |
static int |
C
Specifies code set <b>C</b> should be used to encode the data in the CODE128 specification. |
static int |
Customized
Specifies using the customized codeset. |
Method Summary |
---|
Methods inherited from class java.lang.Enum |
---|
clone, compareTo, equals, finalize, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, wait, wait, wait |
Field Detail |
---|
public static final int A
Specifies code set <b>A</b>
should be used to encode the data in the CODE128 specification.
public static final int Auto
Specifies using the embeded optimized arithmetic to encode the data, which will use the shortest encoding result.
public static final int B
Specifies code set <b>B</b>
should be used to encode the data in the CODE128 specification.
public static final int C
Specifies code set <b>C</b>
should be used to encode the data in the CODE128 specification.
public static final int Customized
Specifies using the customized codeset.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |