Uses of Class
javax.print.PrintException
-
Packages that use PrintException 软件包 描述 javax.print 提供Java™打印服务API的主要类和接口。 -
-
Uses of PrintException in javax.print
Methods in javax.print that throw PrintException 变量和类型 方法 描述 void
CancelablePrintJob. cancel()
停止进一步处理打印作业。void
DocPrintJob. print(Doc doc, PrintRequestAttributeSet attributes)
使用指定的作业属性打印文档。void
MultiDocPrintJob. print(MultiDoc multiDoc, PrintRequestAttributeSet attributes)
使用指定的作业属性打印MultiDoc
。
-