|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object java.lang.Enum com.adobe.livecycle.output.client.PrintFormat
public final class PrintFormat
Represents an enumeration value that specifies whether to create a
PCL, PostScript, or ZPL output stream. 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 Adobe Experience Manager forms.
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 |
---|
public static final PrintFormat PCL
public static final PrintFormat PostScript
public static final PrintFormat ZPL
public static final PrintFormat GenericColorPCL
public static final PrintFormat GenericPSLevel3
public static final PrintFormat ZPL300DPI
public static final PrintFormat ZPL600DPI
public static final PrintFormat IPL
public static final PrintFormat IPL300DPI
public static final PrintFormat IPL400DPI
public static final PrintFormat TPCL
public static final PrintFormat TPCL305DPI
public static final PrintFormat TPCL600DPI
public static final PrintFormat DPL
public static final PrintFormat DPL300DPI
public static final PrintFormat DPL406DPI
public static final PrintFormat DPL600DPI
Method Detail |
---|
public static PrintFormat[] values()
public static PrintFormat valueOf(java.lang.String name)
public java.lang.String toString()
toString
in class java.lang.Enum
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |