Package com.aspose.barcode.generation
Class CodabarSymbol
- java.lang.Object
-
- com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
-
- com.aspose.ms.System.Enum
-
- com.aspose.barcode.generation.CodabarSymbol
-
public final class CodabarSymbol extends com.aspose.ms.System.Enum
Specifies the start or stop symbol of the Codabar barcode specification.
-
-
Field Summary
Fields Modifier and Type Field 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.
-
Method Summary
All Methods Static Methods Concrete Methods Modifier and Type Method Description static java.lang.String
getCodabarSymbolName(short codabarSymbol)
static short
getCodabarSymbolValue(java.lang.String codabarSymbol)
-
Methods inherited from class com.aspose.ms.System.Enum
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
-
-
-
-
Field Detail
-
A
public static final short A
Specifies character A as the start or stop symbol of the Codabar barcode specification.
- See Also:
- Constant Field Values
-
B
public static final short B
Specifies character B as the start or stop symbol of the Codabar barcode specification.
- See Also:
- Constant Field Values
-
C
public static final short C
Specifies character C as the start or stop symbol of the Codabar barcode specification.
- See Also:
- Constant Field Values
-
D
public static final short D
Specifies character D as the start or stop symbol of the Codabar barcode specification.
- See Also:
- Constant Field Values
-
-