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 Modifier and Type 方法 描述 voidCancelablePrintJob. cancel()停止打印作业的进一步处理。voidDocPrintJob. print(Doc doc, PrintRequestAttributeSet attributes)打印具有指定作业属性的文档。voidMultiDocPrintJob. print(MultiDoc multiDoc, PrintRequestAttributeSet attributes)打印具有指定作业属性的MultiDoc。
-