Searched defs:Finishings (Results 1 - 1 of 1) sorted by relevance

/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DFinishings.java34 * Class Finishings is a printing attribute class, an enumeration, that
42 * Standard Finishings values are:
77 * The following Finishings values are more specific; they indicate a
166 * The effect of a Finishings attribute on a multidoc print job (a job
212 * <B>IPP Compatibility:</B> Class Finishings encapsulates some of the
218 * In IPP Finishings is a multi-value attribute, this API currently allows
223 public class Finishings extends EnumSyntax class in inherits:EnumSyntax,DocAttribute,PrintRequestAttribute,PrintJobAttribute
231 public static final Finishings NONE = new Finishings(3);
237 public static final Finishings STAPL
361 protected Finishings(int value) { method in class:Finishings
[all...]

Completed in 29 milliseconds