Enum Class PDOptionalContentGroup.RenderState

java.lang.Object
java.lang.Enum<PDOptionalContentGroup.RenderState>
org.apache.pdfbox.pdmodel.graphics.optionalcontent.PDOptionalContentGroup.RenderState
All Implemented Interfaces:
Serializable, Comparable<PDOptionalContentGroup.RenderState>, Constable
Enclosing class:
PDOptionalContentGroup

public static enum PDOptionalContentGroup.RenderState extends Enum<PDOptionalContentGroup.RenderState>
Enumeration for the renderState dictionary entry on the "Export", "View" and "Print" dictionary.
  • Enum Constant Details

  • Method Details

    • values

      public static PDOptionalContentGroup.RenderState[] 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 PDOptionalContentGroup.RenderState 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
    • valueOf

      public static PDOptionalContentGroup.RenderState valueOf(COSName state)
      Returns the base state represented by the given COSName.
      Parameters:
      state - the state name
      Returns:
      the state enum value
    • getName

      public COSName getName()
      Returns the PDF name for the state.
      Returns:
      the name of the state