软件包 | 描述 |
---|---|
javax.print |
提供了主要的类和接口的java
TM打印服务API。
|
javax.print.event |
包javax.print.event包含事件类和监听器接口。
|
Modifier and Type | Interface and Description |
---|---|
interface |
CancelablePrintJob
此接口用于打印应用程序以取消打印作业。
|
interface |
MultiDocPrintJob
从multidocprintservice获得,一multidocprintjob可以打印指定的文档集合作为一个组的工作属性单打印作业。
|
Modifier and Type | Method and Description |
---|---|
DocPrintJob |
PrintService.createPrintJob()
创建并返回一个能够处理从任何支持的文档数据PRINTJOB口味。
|
Modifier and Type | Method and Description |
---|---|
DocPrintJob |
PrintJobAttributeEvent.getPrintJob()
确定打印作业事件所涉及的打印作业。
|
DocPrintJob |
PrintJobEvent.getPrintJob()
决定
DocPrintJob ,本刊工作事件与。
|
Constructor and Description |
---|
PrintJobAttributeEvent(DocPrintJob source, PrintJobAttributeSet attributes)
构建了一个printjobattributeevent对象。
|
PrintJobEvent(DocPrintJob source, int reason)
构建了一个
PrintJobEvent 对象。
|
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.