|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectjava.lang.Enum
com.aspose.barcode.CodabarSymbol
public final class CodabarSymbol
Specifies the start or stop symbol of the Codabar com.aspose.barcode specification.
Field Summary | |
---|---|
static short |
A
Specifies character A as the start or stop symbol of the Codabar com.aspose.barcode specification. |
static short |
B
Specifies character B as the start or stop symbol of the Codabar com.aspose.barcode specification. |
static short |
C
Specifies character C as the start or stop symbol of the Codabar com.aspose.barcode specification. |
static short |
D
Specifies character D as the start or stop symbol of the Codabar com.aspose.barcode specification. |
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 short A
Specifies character A as the start or stop symbol of the Codabar com.aspose.barcode specification.
public static final short B
Specifies character B as the start or stop symbol of the Codabar com.aspose.barcode specification.
public static final short C
Specifies character C as the start or stop symbol of the Codabar com.aspose.barcode specification.
public static final short D
Specifies character D as the start or stop symbol of the Codabar com.aspose.barcode specification.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |