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

/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DJobSheets.java35 * Class JobSheets is a printing attribute class, an enumeration, that
37 * job. Class JobSheets declares keywords for standard job sheets values.
39 * created by defining a subclass of class JobSheets.
41 * The effect of a JobSheets attribute on multidoc print jobs (jobs with
44 * particular JobSheets value.
56 public class JobSheets extends EnumSyntax class in inherits:EnumSyntax,PrintRequestAttribute,PrintJobAttribute
64 public static final JobSheets NONE = new JobSheets(0);
71 public static final JobSheets STANDARD = new JobSheets(
79 protected JobSheets(int value) { method in class:JobSheets
[all...]

Completed in 40 milliseconds