|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.barcode.CodabarSymbol
public final class CodabarSymbol
Specifies the start or stop symbol of the Codabar barcode specification.
Field Summary | |
---|---|
static short |
A
Specifies character A as the start or stop symbol of the Codabar barcode specification. |
static short |
B
Specifies character B as the start or stop symbol of the Codabar barcode specification. |
static short |
C
Specifies character C as the start or stop symbol of the Codabar barcode specification. |
static short |
D
Specifies character D as the start or stop symbol of the Codabar barcode specification. |
Constructor Summary | |
---|---|
CodabarSymbol()
|
Method Summary |
---|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
public static final short A
Specifies character A as the start or stop symbol of the Codabar barcode specification.
public static final short B
Specifies character B as the start or stop symbol of the Codabar barcode specification.
public static final short C
Specifies character C as the start or stop symbol of the Codabar barcode specification.
public static final short D
Specifies character D as the start or stop symbol of the Codabar barcode specification.
Constructor Detail |
---|
public CodabarSymbol()
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |