public enum PdfAVersions extends Enum<PdfAVersions>
| Enum Constant and Description |
|---|
PdfA1a
A PDF compliant with the ISO 19005-1 (PDF/A-1A)
|
PdfA1b
A PDF compliant with the ISO 19005-1 (PDF/A-1B)
|
PdfA2a
A PDF compliant with the ISO 19005-2 (PDF/A-2A)
|
PdfA2b
A PDF compliant with the ISO 19005-2 (PDF/A-2B)
|
PdfA3a
A PDF compliant with the ISO 19005-3 (PDF/A-3A)
|
PdfA3b
A PDF compliant with the ISO 19005-3 (PDF/A-3B)
|
| Modifier and Type | Method and Description |
|---|---|
int |
getValue() |
static PdfAVersions |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PdfAVersions[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PdfAVersions PdfA1b
public static final PdfAVersions PdfA2b
public static final PdfAVersions PdfA3b
public static final PdfAVersions PdfA1a
public static final PdfAVersions PdfA2a
public static final PdfAVersions PdfA3a
public static PdfAVersions[] values()
for (PdfAVersions c : PdfAVersions.values()) System.out.println(c);
public static PdfAVersions 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 nullpublic int getValue()
Copyright © 2022–2025 Iron Software. All rights reserved.