|
com.aspose.barcode
Class CodabarSymbol
java.lang.Object
com.aspose.barcode.CodabarSymbol
public class CodabarSymbol - extends java.lang.Object
Codabar types of barcode's start symbol and stop symbol
|
Field Summary |
static int |
A
A symbol |
static int |
B
B symbol |
static int |
C
C symbol |
static int |
D
D symbol |
|
Constructor Summary |
CodabarSymbol()
This class serves the purpose of hosting constants, never meant to be initiated. |
| Methods inherited from class java.lang.Object |
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
A
public static final int A
- A symbol
- See Also:
- Constant Field Values
B
public static final int B
- B symbol
- See Also:
- Constant Field Values
C
public static final int C
- C symbol
- See Also:
- Constant Field Values
D
public static final int D
- D symbol
- See Also:
- Constant Field Values
CodabarSymbol
public CodabarSymbol()
- This class serves the purpose of hosting constants, never meant to be initiated.
|