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

/openjdk7/jdk/src/share/classes/javax/print/attribute/standard/
H A DSheetCollate.java34 * Class SheetCollate is a printing attribute class, an enumeration, that
37 * are specified by the {@link Copies Copies} attribute. When SheetCollate is
39 * in sequence. When SheetCollate is UNCOLLATED, each print-stream sheet is
42 * sheets as output, {@link Copies Copies} is 6, and SheetCollate is UNCOLLATED;
52 * If a printer does not support the SheetCollate attribute (meaning the client
54 * though SheetCollate were always set to COLLATED.
56 * The SheetCollate attribute interacts with the {@link MultipleDocumentHandling
59 * documents, and the SheetCollate attribute describes the semantics of
62 * The effect of a SheetCollate attribute on a multidoc print job (a job with
70 * combinations of SheetCollate an
158 public final class SheetCollate extends EnumSyntax class in inherits:EnumSyntax,DocAttribute,PrintRequestAttribute,PrintJobAttribute
181 protected SheetCollate(int value) { method in class:SheetCollate
[all...]

Completed in 38 milliseconds