com.adobe.livecycle.output.client
Class PDFAConformance

java.lang.Object
  extended by java.lang.Enum
      extended by com.adobe.livecycle.output.client.PDFAConformance
All Implemented Interfaces:
java.io.Serializable, java.lang.Comparable

public final class PDFAConformance
extends java.lang.Enum

PDF/A conformance level as specified in the PDF/A-1 ISO specification. The conformance level refers to how a PDF document adheres to requirements that specify how long-term electronic documents are preserved. For information about level A and B conformance, 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 PDFAConformance A
          Level A conformance.
static PDFAConformance B
          Level B conformance.
 
Method Summary
static PDFAConformance valueOf(java.lang.String name)
           
static PDFAConformance[] 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

A

public static final PDFAConformance A
Level A conformance.


B

public static final PDFAConformance B
Level B conformance.

Method Detail

values

public static PDFAConformance[] values()

valueOf

public static PDFAConformance valueOf(java.lang.String name)


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