public interface MultiDocPrintJob extends DocPrintJob
| Modifier and Type | Method and Description |
|---|---|
void |
print(MultiDoc multiDoc, PrintRequestAttributeSet attributes)
打印具有指定作业属性的MultiDoc。
|
addPrintJobAttributeListener, addPrintJobListener, getAttributes, getPrintService, print, removePrintJobAttributeListener, removePrintJobListenervoid 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