com.adobe.livecycle.docconverter.client
Class PDFAConversionOptionSpec.OptionalContent
java.lang.Object
java.lang.Enum
com.adobe.livecycle.docconverter.client.PDFAConversionOptionSpec.OptionalContent
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
- Enclosing class:
- PDFAConversionOptionSpec
public static final class PDFAConversionOptionSpec.OptionalContent
- extends java.lang.Enum
Possible OptionalContent handling options.
- See Also:
- Serialized Form
Methods inherited from class java.lang.Enum |
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, toString, valueOf |
Methods inherited from class java.lang.Object |
getClass, notify, notifyAll, wait, wait, wait |
VISIBLE
public static final PDFAConversionOptionSpec.OptionalContent VISIBLE
- Visible optional content will be converted into content and nonvisible will be removed.
ALL
public static final PDFAConversionOptionSpec.OptionalContent ALL
- All optional content will be converted into visible content.
values
public static PDFAConversionOptionSpec.OptionalContent[] values()
valueOf
public static PDFAConversionOptionSpec.OptionalContent valueOf(java.lang.String name)