Uses of Interface
javax.print.Doc
Packages that use Doc
-
Uses of Doc in javax.print
Classes in javax.print that implement Doc修饰符和类Class描述final classThis class is an implementation of interfaceDocthat can be used in many common printing requests.Methods in javax.print that return DocMethods in javax.print with parameters of type Doc修饰符和类方法描述voidDocPrintJob.print(Doc doc, PrintRequestAttributeSet attributes) Prints a document with the specified job attributes.