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.
-
Nested Class Summary
Nested classes/interfaces inherited from class com.aspose.ms.System.Enum
com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.EnumMap, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum -
Field Summary
FieldsModifier and TypeFieldDescriptionstatic final shortSpecifies character A as the start or stop symbol of the Codabar barcode specification.static final shortSpecifies character B as the start or stop symbol of the Codabar barcode specification.static final shortSpecifies character C as the start or stop symbol of the Codabar barcode specification.static final shortSpecifies character D as the start or stop symbol of the Codabar barcode specification.Fields inherited from class com.aspose.ms.System.Enum
EnumSeparatorCharArray -
Method Summary
Modifier and TypeMethodDescriptionstatic StringgetCodabarSymbolName(short codabarSymbol) static shortgetCodabarSymbolValue(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 Details
-
A
public static final short ASpecifies character A as the start or stop symbol of the Codabar barcode specification.
- See Also:
-
B
public static final short BSpecifies character B as the start or stop symbol of the Codabar barcode specification.
- See Also:
-
C
public static final short CSpecifies character C as the start or stop symbol of the Codabar barcode specification.
- See Also:
-
D
public static final short DSpecifies character D as the start or stop symbol of the Codabar barcode specification.
- See Also:
-
-
Method Details
-
getCodabarSymbolName
-
getCodabarSymbolValue
-