com.aspose.barcode

Class CodabarSymbol

  • java.lang.Object
    • com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      • com.aspose.ms.System.Enum
        • com.aspose.barcode.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

      Fields 
      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.
      • Fields inherited from class com.aspose.ms.System.Enum

        EnumSeparatorCharArray
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method and 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_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • 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
    • Method Detail

      • getCodabarSymbolName

        public static java.lang.String getCodabarSymbolName(short codabarSymbol)
      • getCodabarSymbolValue

        public static short getCodabarSymbolValue(java.lang.String codabarSymbol)