Uses of Interface
javax.print.Doc
-
Packages that use Doc 软件包 描述 javax.print 提供Java®打印服务API的主要类和接口。 -
-
Uses of Doc in javax.print
Classes in javax.print that implement Doc Modifier and Type Class 描述 class
SimpleDoc
该类是可以在许多常见打印请求中使用的接口Doc
的实现。Methods in javax.print that return Doc Modifier and Type 方法 描述 Doc
MultiDoc. getDoc()
获取当前的doc对象。Methods in javax.print with parameters of type Doc Modifier and Type 方法 描述 void
DocPrintJob. print(Doc doc, PrintRequestAttributeSet attributes)
打印具有指定作业属性的文档。
-