public static enum PdfAConverter.PDFX extends java.lang.Enum<PdfAConverter.PDFX>
Enum Constant and Description |
---|
PDF
PDF normal.
|
PDFA
PDF/A (ISO 19005).
|
PDFA1
PDF/A-1 (ISO 19005-1).
|
PDFA1A
PDF/A-1a (ISO 19005-1 Level A).
|
PDFA1B
PDF/A-1b (ISO 19005-1 Level B).
|
PDFA2
PDF/A-2 (ISO 19005 parte 2).
|
PDFA3
PDF/A-3 (ISO 19005-3:2012 Parte 3).
|
Modifier and Type | Method and Description |
---|---|
static PdfAConverter.PDFX |
valueOf(java.lang.String name)
Returns the enum constant of this type with the specified name.
|
static PdfAConverter.PDFX[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdfAConverter.PDFX PDF
public static final PdfAConverter.PDFX PDFA
public static final PdfAConverter.PDFX PDFA1
public static final PdfAConverter.PDFX PDFA1A
public static final PdfAConverter.PDFX PDFA1B
public static final PdfAConverter.PDFX PDFA2
public static final PdfAConverter.PDFX PDFA3
public static PdfAConverter.PDFX[] values()
for (PdfAConverter.PDFX c : PdfAConverter.PDFX.values()) System.out.println(c);
public static PdfAConverter.PDFX 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