Enum Class PDFAConvertType

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

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

    • RGB_1A

      public static final PDFAConvertType RGB_1A
      Convert to PDF/A-1a RGB
    • CMYK_1A

      public static final PDFAConvertType CMYK_1A
      Convert to PDF/A-1a CMYK
    • RGB_1B

      public static final PDFAConvertType RGB_1B
      Convert to PDF/A-1b RGB
    • CMYK_1B

      public static final PDFAConvertType CMYK_1B
      Convert to PDF/A-1b CMYK
    • RGB_2A

      public static final PDFAConvertType RGB_2A
      Convert to PDF/A-2a RGB
    • CMYK_2A

      public static final PDFAConvertType CMYK_2A
      Convert to PDF/A-2a CMYK
    • RGB_2B

      public static final PDFAConvertType RGB_2B
      Convert to PDF/A-2b RGB
    • CMYK_2B

      public static final PDFAConvertType CMYK_2B
      Convert to PDF/A-2b CMYK
    • RGB_2U

      public static final PDFAConvertType RGB_2U
      Convert to PDF/A-2u RGB
    • CMYK_2U

      public static final PDFAConvertType CMYK_2U
      Convert to PDF/A-2u CMYK
    • RGB_3A

      public static final PDFAConvertType RGB_3A
      Convert to PDF/A-3a RGB
    • CMYK_3A

      public static final PDFAConvertType CMYK_3A
      Convert to PDF/A-3a CMYK
    • RGB_3B

      public static final PDFAConvertType RGB_3B
      Convert to PDF/A-3b RGB
    • CMYK_3B

      public static final PDFAConvertType CMYK_3B
      Convert to PDF/A-3b CMYK
    • RGB_3U

      public static final PDFAConvertType RGB_3U
      Convert to PDF/A-3u RGB
    • CMYK_3U

      public static final PDFAConvertType CMYK_3U
      Convert to PDF/A-3u CMYK
    • RGB_4

      public static final PDFAConvertType RGB_4
      Convert to PDF/A-4 RGB
    • CMYK_4

      public static final PDFAConvertType CMYK_4
      Convert to PDF/A-4 CMYK
    • RGB_4E

      public static final PDFAConvertType RGB_4E
      Convert to PDF/A-4e RGB
    • CMYK_4E

      public static final PDFAConvertType CMYK_4E
      Convert to PDF/A-4e CMYK
    • RGB_4F

      public static final PDFAConvertType RGB_4F
      Convert to PDF/A-4f RGB
    • CMYK_4F

      public static final PDFAConvertType CMYK_4F
      Convert to PDF/A-4f CMYK
  • Method Details

    • values

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