com.adobe.livecycle.output.client
Class PDFARevisionNumber

java.lang.Object
  extended by java.lang.Enum
      extended by 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 LiveCycle ES4.

See Also:
Serialized Form

Field Summary
static PDFARevisionNumber Revision_1
          The PDF/A revision number.
 
Method Summary
static java.lang.String getDisplayName(PDFARevisionNumber somePDFARevisionNumber)
           
 int getValue()
          Retrieves the PDF/A revision number.
static PDFARevisionNumber valueOf(java.lang.String name)
           
static PDFARevisionNumber[] values()
           
 
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
 

Field Detail

Revision_1

public static final PDFARevisionNumber Revision_1
The PDF/A revision number.

Method Detail

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)


[an error occurred while processing this directive] [an error occurred while processing this directive]