public static enum PDFAConversionOptionSpec.Signatures extends Enum<PDFAConversionOptionSpec.Signatures>
Enum Constant and Description |
---|
ARCHIVE_ALWAYS
Always archive signature fields.
|
ARCHIVE_AS_NEEDED
Only archive signature fields if the save requires.
|
Modifier and Type | Method and Description |
---|---|
static PDFAConversionOptionSpec.Signatures |
valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static PDFAConversionOptionSpec.Signatures[] |
values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
public static final PDFAConversionOptionSpec.Signatures ARCHIVE_AS_NEEDED
public static final PDFAConversionOptionSpec.Signatures ARCHIVE_ALWAYS
public static PDFAConversionOptionSpec.Signatures[] values()
for (PDFAConversionOptionSpec.Signatures c : PDFAConversionOptionSpec.Signatures.values()) System.out.println(c);
public static PDFAConversionOptionSpec.Signatures 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.