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

    Fields
    Modifier and Type
    Field
    Description
    static final short
    Specifies character A as the start or stop symbol of the Codabar barcode specification.
    static final short
    Specifies character B as the start or stop symbol of the Codabar barcode specification.
    static final short
    Specifies character C as the start or stop symbol of the Codabar barcode specification.
    static final short
    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

    Modifier and Type
    Method
    Description
    static String
    getCodabarSymbolName(short codabarSymbol)
     
    static short
     

    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

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
  • Field Details

    • A

      public static final short A

      Specifies character A as the start or stop symbol of the Codabar barcode specification.

      See Also:
    • B

      public static final short B

      Specifies character B as the start or stop symbol of the Codabar barcode specification.

      See Also:
    • C

      public static final short C

      Specifies character C as the start or stop symbol of the Codabar barcode specification.

      See Also:
    • D

      public static final short D

      Specifies character D as the start or stop symbol of the Codabar barcode specification.

      See Also:
  • Method Details

    • getCodabarSymbolName

      public static String getCodabarSymbolName(short codabarSymbol)
    • getCodabarSymbolValue

      public static short getCodabarSymbolValue(String codabarSymbol)