|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Obtained from a MultiDocPrintService, a MultiDocPrintJob can print a specified collection of documents as a single print job with a set of job attributes.
Method Summary | |
void |
print(MultiDoc multiDoc,
PrintRequestAttributeSet attributes)
Print a MultiDoc with the specified job attributes. |
Methods inherited from interface javax.print.DocPrintJob |
addPrintJobAttributeListener, addPrintJobListener, getAttributes, getPrintService, print, removePrintJobAttributeListener, removePrintJobListener |
Method Detail |
public void print(MultiDoc multiDoc, PrintRequestAttributeSet attributes) throws PrintException
multiDoc
- The documents to be printed. ALL must be a flavor
supported by the PrintJob & PrintService.attributes
- The job attributes to be applied to this print job.
If this parameter is null then the default attributes are used.
PrintException
- The exception additionally may implement
an interfaces which more precisely describes the cause of the exception
|
JavaTM 2 Platform Std. Ed. v1.4.0 |
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
Java, Java 2D, and JDBC are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries.
Copyright 1993-2002 Sun Microsystems, Inc. 901 San Antonio Road
Palo Alto, California, 94303, U.S.A. All Rights Reserved.