Package com.datalogics.PDFL
Enum Class PDFAConvertType
- All Implemented Interfaces:
Serializable,Comparable<PDFAConvertType>,Constable
-
Nested Class Summary
Nested classes/interfaces inherited from class java.lang.Enum
Enum.EnumDesc<E extends Enum<E>> -
Enum Constant Summary
Enum ConstantsEnum ConstantDescriptionConvert to PDF/A-1a CMYKConvert to PDF/A-1b CMYKConvert to PDF/A-2a CMYKConvert to PDF/A-2b CMYKConvert to PDF/A-2u CMYKConvert to PDF/A-3a CMYKConvert to PDF/A-3b CMYKConvert to PDF/A-3u CMYKConvert to PDF/A-4 CMYKConvert to PDF/A-4e CMYKConvert to PDF/A-4f CMYKConvert to PDF/A-1a RGBConvert to PDF/A-1b RGBConvert to PDF/A-2a RGBConvert to PDF/A-2b RGBConvert to PDF/A-2u RGBConvert to PDF/A-3a RGBConvert to PDF/A-3b RGBConvert to PDF/A-3u RGBConvert to PDF/A-4 RGBConvert to PDF/A-4e RGBConvert to PDF/A-4f RGB -
Method Summary
Modifier and TypeMethodDescriptionstatic PDFAConvertTypeReturns the enum constant of this class with the specified name.static PDFAConvertType[]values()Returns an array containing the constants of this enum class, in the order they are declared.Methods inherited from class java.lang.Enum
compareTo, describeConstable, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf
-
Enum Constant Details
-
RGB_1A
Convert to PDF/A-1a RGB -
CMYK_1A
Convert to PDF/A-1a CMYK -
RGB_1B
Convert to PDF/A-1b RGB -
CMYK_1B
Convert to PDF/A-1b CMYK -
RGB_2A
Convert to PDF/A-2a RGB -
CMYK_2A
Convert to PDF/A-2a CMYK -
RGB_2B
Convert to PDF/A-2b RGB -
CMYK_2B
Convert to PDF/A-2b CMYK -
RGB_2U
Convert to PDF/A-2u RGB -
CMYK_2U
Convert to PDF/A-2u CMYK -
RGB_3A
Convert to PDF/A-3a RGB -
CMYK_3A
Convert to PDF/A-3a CMYK -
RGB_3B
Convert to PDF/A-3b RGB -
CMYK_3B
Convert to PDF/A-3b CMYK -
RGB_3U
Convert to PDF/A-3u RGB -
CMYK_3U
Convert to PDF/A-3u CMYK -
RGB_4
Convert to PDF/A-4 RGB -
CMYK_4
Convert to PDF/A-4 CMYK -
RGB_4E
Convert to PDF/A-4e RGB -
CMYK_4E
Convert to PDF/A-4e CMYK -
RGB_4F
Convert to PDF/A-4f RGB -
CMYK_4F
Convert to PDF/A-4f CMYK
-
-
Method Details
-
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
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 nameNullPointerException- if the argument is null
-