Enum Class Pdf417CompactionMode

java.lang.Object
java.lang.Enum<Pdf417CompactionMode>
com.aspose.barcode.generation.Pdf417CompactionMode
All Implemented Interfaces:
Serializable, Comparable<Pdf417CompactionMode>, Constable

public enum Pdf417CompactionMode extends Enum<Pdf417CompactionMode>
Deprecated.
This properties are obsolete and will be removed in future releases. Instead, use the Pdf417EncodeMode properties.

Pdf417 barcode's compation mode

  • Enum Constant Details

    • AUTO

      public static final Pdf417CompactionMode AUTO
      Deprecated.
      This property is obsolete and will be removed in future releases. Instead, use the Pdf417EncodeMode.Auto property."

      auto detect compation mode

    • TEXT

      @Deprecated public static final Pdf417CompactionMode TEXT
      Deprecated.
      This property is obsolete and will be removed in future releases. Instead, use the Pdf417EncodeMode.Auto property."

      text compaction

    • NUMERIC

      @Deprecated public static final Pdf417CompactionMode NUMERIC
      Deprecated.
      This property is obsolete and will be removed in future releases. Instead, use the Pdf417EncodeMode.Auto property."

      numeric compaction mode

    • BINARY

      @Deprecated public static final Pdf417CompactionMode BINARY
      Deprecated.
      This property is obsolete and will be removed in future releases. Instead, use the Pdf417EncodeMode.Auto property."

      binary compaction mode

  • Method Details

    • values

      public static Pdf417CompactionMode[] values()
      Deprecated.
      Returns an array containing the constants of this enum class, in the order they are declared.
      Returns:
      an array containing the constants of this enum class, in the order they are declared
    • valueOf

      public static Pdf417CompactionMode valueOf(String name)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      name - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null
    • getValue

      public int getValue()
      Deprecated.
    • valueOf

      public static Pdf417CompactionMode valueOf(int value)
      Deprecated.
      Returns the enum constant of this class with the specified name. The string must match exactly an identifier used to declare an enum constant in this class. (Extraneous whitespace characters are not permitted.)
      Parameters:
      value - the name of the enum constant to be returned.
      Returns:
      the enum constant with the specified name
      Throws:
      IllegalArgumentException - if this enum class has no constant with the specified name
      NullPointerException - if the argument is null