public interface MultiDocPrintJob extends DocPrintJob
Modifier and Type | Method and Description |
---|---|
void |
print(MultiDoc multiDoc, PrintRequestAttributeSet attributes)
打印具有指定作业属性的MultiDoc。
|
addPrintJobAttributeListener, addPrintJobListener, getAttributes, getPrintService, print, removePrintJobAttributeListener, removePrintJobListener
void print(MultiDoc multiDoc, PrintRequestAttributeSet attributes) throws PrintException
multiDoc
- 要打印的文件。
ALL必须是PrintJob&PrintService支持的风格。
attributes
- 要应用于此打印作业的作业属性。
如果此参数为null,则使用默认属性。
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, 2014, Oracle and/or its affiliates. All rights reserved.