Enum Class Settings.OPTION

java.lang.Object
java.lang.Enum<Settings.OPTION>
com.inet.pdfc.config.Settings.OPTION
All Implemented Interfaces:
VisibilitySetting, Serializable, Comparable<Settings.OPTION>, Constable
Enclosing interface:
Settings

public static enum Settings.OPTION extends Enum<Settings.OPTION> implements VisibilitySetting
Options affect the comparison result, but are not related to the actual export or output format.
  • Enum Constant Details

    • ONLYPAGESWITHDIFFS

      public static final Settings.OPTION ONLYPAGESWITHDIFFS
      Pages which have no differences with current filter settings will be minimized and only shows its page number
    • HEADERFOOTER

      @Deprecated public static final Settings.OPTION HEADERFOOTER
      Deprecated.
      Is a separate filter.
      Since:
      4.3
  • Method Details

    • values

      public static Settings.OPTION[] values()
      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 Settings.OPTION valueOf(String name)
      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
    • getTyp

      public String getTyp()
      Return the enum typ for this setting/s
      Specified by:
      getTyp in interface VisibilitySetting
      Returns:
      enum typ for this setting/s