Enum Configuration.OverlayRepeat

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

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

An enum containing data for repeating overlays.

  • Enum Constant Details

    • ALL_PAGES

      public static final Configuration.OverlayRepeat ALL_PAGES

      All pages of the shorter document are repeated, to overlay all pages of the longer document.

    • LAST_PAGE

      public static final Configuration.OverlayRepeat LAST_PAGE

      Last page of the shorter document is repeated, to overlay all pages of the longer document.

    • NONE

      public static final Configuration.OverlayRepeat NONE

      No pages of the shorter document are repeated, leaving some pages of the longer document without overlay.

    • TRIM

      public static final Configuration.OverlayRepeat TRIM

      The resulting PDF is trimmed to the number of pages of the shorter document.

  • Method Details

    • values

      public static Configuration.OverlayRepeat[] 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.OverlayRepeat 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