MultiDocPrintJobpublic interface MultiDocPrintJob implements DocPrintJobObtained from a MultiDocPrintService, a MultiDocPrintJob can print a
specified collection of documents as a single print job with a set of
job attributes.
|
Methods Summary |
---|
public void | print(javax.print.MultiDoc multiDoc, javax.print.attribute.PrintRequestAttributeSet attributes)Print a MultiDoc with the specified job attributes.
This method should only be called once for a given print job.
Calling it again will not result in a new job being spooled to
the printer. The service implementation will define policy
for service interruption and recovery. Application clients which
want to monitor the success or failure should register a
PrintJobListener.
|
|