public enum PDFProcessorPDFXConversionOption extends java.lang.Enum<PDFProcessorPDFXConversionOption>
| Enum Constant and Description |
|---|
KPDFPROCESSOR_CONVERT_TO_PDFX_1A_2001 |
KPDFPROCESSOR_CONVERT_TO_PDFX_32003 |
KPDFPROCESSOR_CONVERT_TO_PDFX_42010 |
KPDFPROCESSOR_CONVERT_TO_PDFX_62020 |
| Modifier and Type | Method and Description |
|---|---|
static PDFProcessorPDFXConversionOption |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PDFProcessorPDFXConversionOption[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PDFProcessorPDFXConversionOption KPDFPROCESSOR_CONVERT_TO_PDFX_1A_2001
public static final PDFProcessorPDFXConversionOption KPDFPROCESSOR_CONVERT_TO_PDFX_32003
public static final PDFProcessorPDFXConversionOption KPDFPROCESSOR_CONVERT_TO_PDFX_42010
public static final PDFProcessorPDFXConversionOption KPDFPROCESSOR_CONVERT_TO_PDFX_62020
public static PDFProcessorPDFXConversionOption[] values()
for (PDFProcessorPDFXConversionOption c : PDFProcessorPDFXConversionOption.values()) System.out.println(c);
public static PDFProcessorPDFXConversionOption 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