Enum Class PDFStreamOpenMode

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

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

    • RAW

      public static final PDFStreamOpenMode RAW
      Return the encrypted and encoded (i.e. unfiltered) stream
    • UNFILTERED

      public static final PDFStreamOpenMode UNFILTERED
      Return the decrypted but still encoded (i.e. unfiltered) stream
    • FILTERED

      public static final PDFStreamOpenMode FILTERED
      Return the decrypted and decoded (i.e. filtered) stream
  • Method Details

    • values

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