Uses of Interface
javax.print.DocPrintJob
Packages that use DocPrintJob
包
描述
Provides the principal classes and interfaces for the Java Print
Service API.
Package
javax.print.event contains event classes and listener
interfaces.-
Uses of DocPrintJob in javax.print
Subinterfaces of DocPrintJob in javax.print修饰符和类Interface描述interfaceThis interface is used by a printing application to cancel a print job.interfaceObtained from aMultiDocPrintService, aMultiDocPrintJobcan print a specified collection of documents as a single print job with a set of job attributes.Methods in javax.print that return DocPrintJob修饰符和类方法描述PrintService.createPrintJob()Creates and returns aPrintJobcapable of handling data from any of the supported document flavors. -
Uses of DocPrintJob in javax.print.event
Methods in javax.print.event that return DocPrintJob修饰符和类方法描述PrintJobAttributeEvent.getPrintJob()Determine thePrintJobto which this print job event pertains.PrintJobEvent.getPrintJob()Determines theDocPrintJobto which this print job event pertains.Constructors in javax.print.event with parameters of type DocPrintJobModifierConstructor描述PrintJobAttributeEvent(DocPrintJob source, PrintJobAttributeSet attributes) Constructs aPrintJobAttributeEventobject.PrintJobEvent(DocPrintJob source, int reason) Constructs aPrintJobEventobject.