com.adobe.livecycle.output.client
Class OutputJog

java.lang.Object
  extended by java.lang.Enum
      extended by 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

Field Summary
static OutputJog none
          Do not use Jog XCI values.
static OutputJog pageSet
          Use the pageSet Jog XCI value.
static OutputJog usePrinterSetting
          Use settings defined by the network printer.
 
Method Summary
static OutputJog valueOf(java.lang.String name)
           
static OutputJog[] 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

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.

Method Detail

values

public static OutputJog[] values()

valueOf

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


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