com.adobe.livecycle.output.client
Class Staple
java.lang.Object
java.lang.Enum
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
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 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.
values
public static Staple[] values()
valueOf
public static Staple valueOf(java.lang.String name)