Enum Class PageRenderWarning

java.lang.Object
java.lang.Enum<PageRenderWarning>
com.datalogics.PDFL.PageRenderWarning
All Implemented Interfaces:
Serializable, Comparable<PageRenderWarning>, Constable

public enum PageRenderWarning extends Enum<PageRenderWarning>
  • Enum Constant Details

    • NEED_APPEARANCES_FLAG_WARNING

      public static final PageRenderWarning NEED_APPEARANCES_FLAG_WARNING
      The NeedAppearances flag is on in the AcroForm dictionary and some content may not render
    • ANNOT_RTSWARNING

      public static final PageRenderWarning ANNOT_RTSWARNING
      One or more Annotations contain Rich Text String Content and will not render if the NormalAppearance stream is not set
    • ANNOT_MISSING_NORMAL_APPEARANCE_WARNING

      public static final PageRenderWarning ANNOT_MISSING_NORMAL_APPEARANCE_WARNING
      One or more Annotations of an unsupported type are missing its NormalAppearance stream and will not render
    • LESS_IMAGE_DATA_THAN_EXPECTED_WARNING

      public static final PageRenderWarning LESS_IMAGE_DATA_THAN_EXPECTED_WARNING
      An image on the page lacks sufficient data, if rendered the missing data will be filled in by white pixels.
  • Method Details

    • values

      public static PageRenderWarning[] 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 PageRenderWarning 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