com.adobe.livecycle.output.client
Class TransformationFormat

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

public final class TransformationFormat
extends java.lang.Enum

Represents an enumeration value that is used in methods supported by the OutputClient class. Using this enumeration value, you specify whether the Output service generates a PDF or PDF/A output stream.

To see this enumeration value used in a code example, see the Creating a PDF document using the Java API quick start in Programming with LiveCycle ES4.

See Also:
transformPDF(), generatePDFOutput(), Serialized Form

Field Summary
static TransformationFormat PDF
          Represents PDF ouput that is generated by the transformPDF method.
static TransformationFormat PDFA
          Represents PDF/A ouput that is generated by the transformPDF method.
 
Method Summary
static TransformationFormat valueOf(java.lang.String name)
           
static TransformationFormat[] 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

PDF

public static final TransformationFormat PDF
Represents PDF ouput that is generated by the transformPDF method.


PDFA

public static final TransformationFormat PDFA
Represents PDF/A ouput that is generated by the transformPDF method.

Method Detail

values

public static TransformationFormat[] values()

valueOf

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


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