com.adobe.livecycle.output.client
Class PrintFormat

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

public final class PrintFormat
extends java.lang.Enum

Represents an enumeration value that specifies the print steam to create. This enumeration value is used when invoking methods such as generatePrintedOutput. To see this enumeration value used in a code example, see the Sending a print stream to a network printer using the Java API quick start in Programming with LiveCycle ES4.

See Also:
Serialized Form

Field Summary
static PrintFormat DPL
          Creates a Custom DPL output stream.
static PrintFormat DPL300DPI
          Creates a DPL 300 DPI output stream.
static PrintFormat DPL406DPI
          Creates a DPL 400 DPI output stream.
static PrintFormat DPL600DPI
          Creates a DPL 600 DPI output stream.
static PrintFormat GenericColorPCL
          Creates a Generic Color PCL (5c) output stream.
static PrintFormat GenericPSLevel3
          Creates a Generic PostScript Level 3 output stream.
static PrintFormat IPL
          Creates a Custom IPL output stream.
static PrintFormat IPL300DPI
          Creates a IPL 300 DPI output stream.
static PrintFormat IPL400DPI
          Creates a IPL 400 DPI output stream.
static PrintFormat PCL
          Creates a Generic Monochrome PCL (5e) output stream.
static PrintFormat PostScript
          Creates a Generic PostScript Level 2 output stream.
static PrintFormat TPCL
          Creates a Custom TPCL output stream.
static PrintFormat TPCL305DPI
          Creates a TPCL 305 DPI output stream.
static PrintFormat TPCL600DPI
          Creates a TPCL 600 DPI output stream.
static PrintFormat ZPL
          Creates a ZPL 203 DPI output stream.
static PrintFormat ZPL300DPI
          Creates a ZPL 300 DPI output stream.
static PrintFormat ZPL600DPI
          Creates a ZPL 600 DPI output stream.
 
Method Summary
 java.lang.String toString()
          Returns a string value of this enumeration value.
static PrintFormat valueOf(java.lang.String name)
           
static PrintFormat[] values()
           
 
Methods inherited from class java.lang.Enum
compareTo, equals, getDeclaringClass, hashCode, name, ordinal, valueOf
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, wait, wait, wait
 

Field Detail

PCL

public static final PrintFormat PCL
Creates a Generic Monochrome PCL (5e) output stream.


PostScript

public static final PrintFormat PostScript
Creates a Generic PostScript Level 2 output stream.


ZPL

public static final PrintFormat ZPL
Creates a ZPL 203 DPI output stream.


GenericColorPCL

public static final PrintFormat GenericColorPCL
Creates a Generic Color PCL (5c) output stream.


GenericPSLevel3

public static final PrintFormat GenericPSLevel3
Creates a Generic PostScript Level 3 output stream.


ZPL300DPI

public static final PrintFormat ZPL300DPI
Creates a ZPL 300 DPI output stream.


ZPL600DPI

public static final PrintFormat ZPL600DPI
Creates a ZPL 600 DPI output stream.


IPL

public static final PrintFormat IPL
Creates a Custom IPL output stream. This type was added in LiveCycle ES2.


IPL300DPI

public static final PrintFormat IPL300DPI
Creates a IPL 300 DPI output stream. This type was added in LiveCycle ES2.


IPL400DPI

public static final PrintFormat IPL400DPI
Creates a IPL 400 DPI output stream. This type was added in LiveCycle ES2.


TPCL

public static final PrintFormat TPCL
Creates a Custom TPCL output stream. This type was added in LiveCycle ES2.


TPCL305DPI

public static final PrintFormat TPCL305DPI
Creates a TPCL 305 DPI output stream. This type was added in LiveCycle ES2.


TPCL600DPI

public static final PrintFormat TPCL600DPI
Creates a TPCL 600 DPI output stream. This type was added in LiveCycle ES2.


DPL

public static final PrintFormat DPL
Creates a Custom DPL output stream. This type was added in LiveCycle ES2.


DPL300DPI

public static final PrintFormat DPL300DPI
Creates a DPL 300 DPI output stream. This type was added in LiveCycle ES2.


DPL406DPI

public static final PrintFormat DPL406DPI
Creates a DPL 400 DPI output stream. This type was added in LiveCycle ES2.


DPL600DPI

public static final PrintFormat DPL600DPI
Creates a DPL 600 DPI output stream. This type was added in LiveCycle ES2.

Method Detail

values

public static PrintFormat[] values()

valueOf

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

toString

public java.lang.String toString()
Returns a string value of this enumeration value.

Overrides:
toString in class java.lang.Enum
Returns:
A string representation of this enumeration value.


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