com.adobe.livecycle.output.client
Class OutputJog
java.lang.Object
java.lang.Enum
com.adobe.livecycle.output.client.OutputJog
- All Implemented Interfaces:
- java.io.Serializable, java.lang.Comparable
public final class OutputJog
- extends java.lang.Enum
Represents an enumeration value that represents Jog XCI values.
These options are used when output pages should be jogged (physically shifted in the output tray).
This option is for PS and PCL printers only.
- See Also:
- Serialized Form
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 |
usePrinterSetting
public static final OutputJog usePrinterSetting
- Use settings defined by the network printer.
none
public static final OutputJog none
- Do not use Jog XCI values.
pageSet
public static final OutputJog pageSet
- Use the pageSet Jog XCI value.
values
public static OutputJog[] values()
valueOf
public static OutputJog valueOf(java.lang.String name)