com.adobe.livecycle.output.client
Class Staple

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

public final class Staple
extends java.lang.Enum

Represents an enum value that represents staple XCI values. Staple XCI values are set when a stapler is used and is only applicable for PS and PCL printers.

See Also:
Serialized Form

Field Summary
static Staple off
          Set this option to off.
static Staple on
          Set this option to on.
static Staple usePrinterSetting
          Use settings defined by the network printer.
 
Method Summary
static Staple valueOf(java.lang.String name)
           
static Staple[] 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 Staple usePrinterSetting
Use settings defined by the network printer.


on

public static final Staple on
Set this option to on.


off

public static final Staple off
Set this option to off.

Method Detail

values

public static Staple[] values()

valueOf

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


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