Enum Configuration.XmpPriority

java.lang.Object
java.lang.Enum<Configuration.XmpPriority>
com.realobjects.pdfreactor.Configuration.XmpPriority
All Implemented Interfaces:
Serializable, Comparable<Configuration.XmpPriority>, java.lang.constant.Constable
Enclosing class:
Configuration

public static enum Configuration.XmpPriority extends Enum<Configuration.XmpPriority>

An enum containing the priority for XMP.

  • Enum Constant Details

    • HIGH

      public static final Configuration.XmpPriority HIGH

      Embed XMP ignoring requirements of the output format.

      This may cause output PDFs to not achieve a specified conformance.

    • LOW

      public static final Configuration.XmpPriority LOW

      Embed XMP if the output format does not have XMP requirements.

    • NONE

      public static final Configuration.XmpPriority NONE

      Do not embed XMP.

  • Method Details

    • values

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

      public static Configuration.XmpPriority valueOf(String name)
      Returns the enum constant of this type with the specified name. The string must match exactly an identifier used to declare an enum constant in this type. (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 type has no constant with the specified name
      NullPointerException - if the argument is null