public static enum PDFAConversionOptionSpec.Compliance extends Enum<PDFAConversionOptionSpec.Compliance>
Enum Constant and Description |
---|
PDFA_1B
PDF/A-1b.
|
PDFA_2B
PDF/A-2b.
|
PDFA_3B
PDF/A-3b.
|
Modifier and Type | Method and Description |
---|---|
static PDFAConversionOptionSpec.Compliance |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PDFAConversionOptionSpec.Compliance[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PDFAConversionOptionSpec.Compliance PDFA_1B
public static final PDFAConversionOptionSpec.Compliance PDFA_2B
public static final PDFAConversionOptionSpec.Compliance PDFA_3B
public static PDFAConversionOptionSpec.Compliance[] values()
for (PDFAConversionOptionSpec.Compliance c : PDFAConversionOptionSpec.Compliance.values()) System.out.println(c);
public static PDFAConversionOptionSpec.Compliance 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 © 1982–2022 Adobe Systems Inc.. All rights reserved.