com.adobe.livecycle.output.client
Class PDFARevisionNumber
java.lang.Object
java.lang.Enum
com.adobe.livecycle.output.client.PDFARevisionNumber
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public final class PDFARevisionNumber
- extends java.lang.Enum
Represents an enumeration value that specifies the revision number of a PDF/A document.
For information about the revision number of a PDF/A document, see
the PDF/A-1 ISO specification that is titled ISO 19005-1 Document management.
To see this enumeration value used in a code example, see the
Creating a PDF/A document using the Java API quick start in Programming with Adobe Experience Manager forms.
- 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 |
Revision_1
public static final PDFARevisionNumber Revision_1
- The PDF/A revision number.
values
public static PDFARevisionNumber[] values()
valueOf
public static PDFARevisionNumber valueOf(java.lang.String name)
getValue
public int getValue()
- Retrieves the PDF/A revision number.
- Returns:
- The PDF/A revision number.
getDisplayName
public static java.lang.String getDisplayName(PDFARevisionNumber somePDFARevisionNumber)