@Deprecated public enum PdfAConformanceLevel extends Enum<PdfAConformanceLevel>
| Enum Constant and Description |
|---|
PDF_A_1A
Deprecated.
PDF/A-1a
|
PDF_A_1B
Deprecated.
PDF/A-1b
|
PDF_A_2A
Deprecated.
PDF/A-2a
|
PDF_A_2B
Deprecated.
PDF/A-2b
|
PDF_A_2U
Deprecated.
PDF/A-2u
|
PDF_A_3A
Deprecated.
PDF/A-3a
|
PDF_A_3B
Deprecated.
PDF/A-3b
|
PDF_A_3U
Deprecated.
PDF/A-3u
|
ZUGFeRD
Deprecated.
ZUGFeRD
|
ZUGFeRDBasic
Deprecated.
ZUGFeRDBasic Version
|
ZUGFeRDComfort
Deprecated.
ZUGFeRDComfort Version
|
ZUGFeRDExtended
Deprecated.
ZUGFeRDExtended Version
|
| Modifier and Type | Method and Description |
|---|---|
static PdfAConformanceLevel |
valueOf(String name)
Deprecated.
Returns the enum constant of this type with the specified name.
|
static PdfAConformanceLevel[] |
values()
Deprecated.
Returns an array containing the constants of this enum type, in
the order they are declared.
|
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
public static final PdfAConformanceLevel ZUGFeRDBasic
public static final PdfAConformanceLevel ZUGFeRDComfort
public static final PdfAConformanceLevel ZUGFeRDExtended
public static 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 nameNullPointerException - if the argument is nullCopyright © 2023. All rights reserved.