public static enum PDFAConversionOptionSpec.ResultLevel extends Enum<PDFAConversionOptionSpec.ResultLevel>
Enum Constant and Description |
---|
DETAILED
List all available info.
|
PASS_FAIL
Pass/Fail - least verbose.
|
SUMMARY
List the errors that occurred, but not their instances.
|
Modifier and Type | Method and Description |
---|---|
static PDFAConversionOptionSpec.ResultLevel |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PDFAConversionOptionSpec.ResultLevel[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PDFAConversionOptionSpec.ResultLevel PASS_FAIL
public static final PDFAConversionOptionSpec.ResultLevel SUMMARY
public static final PDFAConversionOptionSpec.ResultLevel DETAILED
public static PDFAConversionOptionSpec.ResultLevel[] values()
for (PDFAConversionOptionSpec.ResultLevel c : PDFAConversionOptionSpec.ResultLevel.values()) System.out.println(c);
public static PDFAConversionOptionSpec.ResultLevel 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–2023 Adobe Systems Incorporated. All rights reserved.