|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||
java.lang.Objectjava.lang.Enum<PdfAConformanceLevel>
com.itextpdf.text.pdf.PdfAConformanceLevel
public enum PdfAConformanceLevel
Enumeration of all the PDF/A conformance levels.
| Enum Constant Summary | |
|---|---|
PDF_A_1A
PDF/A-1a |
|
PDF_A_1B
PDF/A-1b |
|
PDF_A_2A
PDF/A-2a |
|
PDF_A_2B
PDF/A-2b |
|
PDF_A_2U
PDF/A-2u |
|
PDF_A_3A
PDF/A-3a |
|
PDF_A_3B
PDF/A-3b |
|
PDF_A_3U
PDF/A-3u |
|
ZUGFeRD
ZUGFeRD |
|
| Method Summary | |
|---|---|
static PdfAConformanceLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name. |
static PdfAConformanceLevel[] |
values()
Returns an array containing the constants of this enum type, in the order they're declared. |
| Methods inherited from class java.lang.Enum |
|---|
clone, compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
| Methods inherited from class java.lang.Object |
|---|
finalize, getClass, notify, notifyAll, wait, wait, wait |
| Enum Constant Detail |
|---|
public static final PdfAConformanceLevel PDF_A_1A
public static final PdfAConformanceLevel PDF_A_1B
public static final PdfAConformanceLevel PDF_A_2A
public static final PdfAConformanceLevel PDF_A_2B
public static final PdfAConformanceLevel PDF_A_2U
public static final PdfAConformanceLevel PDF_A_3A
public static final PdfAConformanceLevel PDF_A_3B
public static final PdfAConformanceLevel PDF_A_3U
public static final PdfAConformanceLevel ZUGFeRD
| Method Detail |
|---|
public static final PdfAConformanceLevel[] values()
for(PdfAConformanceLevel c : PdfAConformanceLevel.values())
System.out.println(c);
public static PdfAConformanceLevel valueOf(String name)
name - the name of the enum constant to be returned.
IllegalArgumentException - if this enum type has no constant
with the specified name
|
||||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
| SUMMARY: NESTED | ENUM CONSTANTS | FIELD | METHOD | DETAIL: ENUM CONSTANTS | FIELD | METHOD | |||||||||