public interface MultiDocPrintJob extends DocPrintJob
Modifier and Type | Method and Description |
---|---|
void |
print(MultiDoc multiDoc,
PrintRequestAttributeSet attributes)
Print a MultiDoc with the specified job attributes.
|
addPrintJobAttributeListener, addPrintJobListener, getAttributes, getPrintService, print, removePrintJobAttributeListener, removePrintJobListener
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
Submit a bug or feature
For further API reference and developer documentation, see Java SE Documentation. That documentation contains more detailed, developer-targeted descriptions, with conceptual overviews, definitions of terms, workarounds, and working code examples.
Copyright © 1993, 2016, Oracle and/or its affiliates. All rights reserved. Use is subject to license terms. Also see the documentation redistribution policy.