public static enum PDFAConversionOptionSpec.OptionalContent extends Enum<PDFAConversionOptionSpec.OptionalContent>
Enum Constant and Description |
---|
ALL
All optional content will be converted into visible content.
|
VISIBLE
Visible optional content will be converted into content and nonvisible will be removed.
|
Modifier and Type | Method and Description |
---|---|
static PDFAConversionOptionSpec.OptionalContent |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PDFAConversionOptionSpec.OptionalContent[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PDFAConversionOptionSpec.OptionalContent VISIBLE
public static final PDFAConversionOptionSpec.OptionalContent ALL
public static PDFAConversionOptionSpec.OptionalContent[] values()
for (PDFAConversionOptionSpec.OptionalContent c : PDFAConversionOptionSpec.OptionalContent.values()) System.out.println(c);
public static PDFAConversionOptionSpec.OptionalContent 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.