Enum Class PDOptionalContentProperties.BaseState

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

public static enum PDOptionalContentProperties.BaseState extends Enum<PDOptionalContentProperties.BaseState>
Enumeration for the BaseState dictionary entry on the "D" dictionary.
  • Enum Constant Details

  • Field Details

    • name

      private final COSName name
  • Constructor Details

    • BaseState

      private BaseState(COSName value)
  • Method Details

    • values

      public static PDOptionalContentProperties.BaseState[] 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 PDOptionalContentProperties.BaseState 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
    • getName

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

      public static PDOptionalContentProperties.BaseState valueOf(COSName state)
      Returns the base state represented by the given COSName.
      Parameters:
      state - the state name
      Returns:
      the state enum value