public final class CodabarSymbol
extends com.aspose.ms.System.Enum
Specifies the start or stop symbol of the Codabar barcode specification.
Modifier and Type | Field and Description |
---|---|
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.
|
Modifier and Type | Method and Description |
---|---|
static java.lang.String |
getCodabarSymbolName(short codabarSymbol) |
static short |
getCodabarSymbolValue(java.lang.String codabarSymbol) |
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.