public enum PDFProcessorPDFAConversionOption extends java.lang.Enum<PDFProcessorPDFAConversionOption>
| Modifier and Type | Method and Description |
|---|---|
static PDFProcessorPDFAConversionOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PDFProcessorPDFAConversionOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PDFProcessorPDFAConversionOption KPDFPROCESSOR_CONVERT_TO_PDFA_1A_RGB
public static final PDFProcessorPDFAConversionOption KPDFPROCESSOR_CONVERT_TO_PDFA_1A_CMYK
public static final PDFProcessorPDFAConversionOption KPDFPROCESSOR_CONVERT_TO_PDFA_1B_RGB
public static final PDFProcessorPDFAConversionOption KPDFPROCESSOR_CONVERT_TO_PDFA_1B_CMYK
public static final PDFProcessorPDFAConversionOption KPDFPROCESSOR_CONVERT_TO_PDFA_2A_RGB
public static final PDFProcessorPDFAConversionOption KPDFPROCESSOR_CONVERT_TO_PDFA_2A_CMYK
public static final PDFProcessorPDFAConversionOption KPDFPROCESSOR_CONVERT_TO_PDFA_2B_RGB
public static final PDFProcessorPDFAConversionOption KPDFPROCESSOR_CONVERT_TO_PDFA_2B_CMYK
public static final PDFProcessorPDFAConversionOption KPDFPROCESSOR_CONVERT_TO_PDFA_2U_RGB
public static final PDFProcessorPDFAConversionOption KPDFPROCESSOR_CONVERT_TO_PDFA_2U_CMYK
public static final PDFProcessorPDFAConversionOption KPDFPROCESSOR_CONVERT_TO_PDFA_3A_RGB
public static final PDFProcessorPDFAConversionOption KPDFPROCESSOR_CONVERT_TO_PDFA_3A_CMYK
public static final PDFProcessorPDFAConversionOption KPDFPROCESSOR_CONVERT_TO_PDFA_3B_RGB
public static final PDFProcessorPDFAConversionOption KPDFPROCESSOR_CONVERT_TO_PDFA_3B_CMYK
public static final PDFProcessorPDFAConversionOption KPDFPROCESSOR_CONVERT_TO_PDFA_3U_RGB
public static final PDFProcessorPDFAConversionOption KPDFPROCESSOR_CONVERT_TO_PDFA_3U_CMYK
public static final PDFProcessorPDFAConversionOption KPDFPROCESSOR_CONVERT_TO_PDFA_4RGB
public static final PDFProcessorPDFAConversionOption KPDFPROCESSOR_CONVERT_TO_PDFA_4CMYK
public static final PDFProcessorPDFAConversionOption KPDFPROCESSOR_CONVERT_TO_PDFA_4E_RGB
public static final PDFProcessorPDFAConversionOption KPDFPROCESSOR_CONVERT_TO_PDFA_4E_CMYK
public static final PDFProcessorPDFAConversionOption KPDFPROCESSOR_CONVERT_TO_PDFA_4F_RGB
public static final PDFProcessorPDFAConversionOption KPDFPROCESSOR_CONVERT_TO_PDFA_4F_CMYK
public static PDFProcessorPDFAConversionOption[] values()
for (PDFProcessorPDFAConversionOption c : PDFProcessorPDFAConversionOption.values()) System.out.println(c);
public static PDFProcessorPDFAConversionOption valueOf(java.lang.String name)
name - the name of the enum constant to be returned.java.lang.IllegalArgumentException - if this enum type has no constant with the specified namejava.lang.NullPointerException - if the argument is null