src/share/classes/javax/print/attribute/standard/Copies.java

Print this page

        

*** 1,7 **** /* ! * Copyright (c) 2000, 2004, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this --- 1,7 ---- /* ! * Copyright (c) 2000, 2013, Oracle and/or its affiliates. All rights reserved. * DO NOT ALTER OR REMOVE COPYRIGHT NOTICES OR THIS FILE HEADER. * * This code is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License version 2 only, as * published by the Free Software Foundation. Oracle designates this
*** 42,72 **** * of the {@link MultipleDocumentHandling MultipleDocumentHandling} attribute: * <UL> * <LI> * SINGLE_DOCUMENT -- The result will be <I>n</I> copies of a single output * document comprising all the input docs. ! * <P> * <LI> * SINGLE_DOCUMENT_NEW_SHEET -- The result will be <I>n</I> copies of a single * output document comprising all the input docs, and the first impression of * each input doc will always start on a new media sheet. ! * <P> * <LI> * SEPARATE_DOCUMENTS_UNCOLLATED_COPIES -- The result will be <I>n</I> copies of * the first input document, followed by <I>n</I> copies of the second input * document, . . . followed by <I>n</I> copies of the last input document. ! * <P> * <LI> * SEPARATE_DOCUMENTS_COLLATED_COPIES -- The result will be the first input * document, the second input document, . . . the last input document, the group * of documents being repeated <I>n</I> times. * </UL> * <P> * <B>IPP Compatibility:</B> The integer value gives the IPP integer value. The * category name returned by <CODE>getName()</CODE> gives the IPP attribute * name. - * <P> * * @author David Mendenhall * @author Alan Kamihensky */ public final class Copies extends IntegerSyntax --- 42,71 ---- * of the {@link MultipleDocumentHandling MultipleDocumentHandling} attribute: * <UL> * <LI> * SINGLE_DOCUMENT -- The result will be <I>n</I> copies of a single output * document comprising all the input docs. ! * * <LI> * SINGLE_DOCUMENT_NEW_SHEET -- The result will be <I>n</I> copies of a single * output document comprising all the input docs, and the first impression of * each input doc will always start on a new media sheet. ! * * <LI> * SEPARATE_DOCUMENTS_UNCOLLATED_COPIES -- The result will be <I>n</I> copies of * the first input document, followed by <I>n</I> copies of the second input * document, . . . followed by <I>n</I> copies of the last input document. ! * * <LI> * SEPARATE_DOCUMENTS_COLLATED_COPIES -- The result will be the first input * document, the second input document, . . . the last input document, the group * of documents being repeated <I>n</I> times. * </UL> * <P> * <B>IPP Compatibility:</B> The integer value gives the IPP integer value. The * category name returned by <CODE>getName()</CODE> gives the IPP attribute * name. * * @author David Mendenhall * @author Alan Kamihensky */ public final class Copies extends IntegerSyntax