Docjar: A Java Source and Docuemnt Enginecom.*    java.*    javax.*    org.*    all    new    plug-in

Quick Search    Search Deep

Uses of Interface
javax.print.MultiDoc

Uses of MultiDoc in javax.print
 

Methods in javax.print that return MultiDoc
 MultiDoc MultiDoc.next()
          Returns the next MultiDoc object that contains the next document for retrieval.
 

Methods in javax.print with parameters of type MultiDoc
 void MultiDocPrintJob.print(MultiDoc multiDoc, javax.print.attribute.PrintRequestAttributeSet attributes)
          Prints the documents supplied in the given MultiDoc object as one print job with the given printing attributes.