< prev index next >

src/java.desktop/share/classes/java/awt/print/PrinterJob.java

Print this page

        

*** 508,517 **** --- 508,521 ---- */ public abstract PageFormat validatePage(PageFormat page); /** * Prints a set of pages. + * If {@code print(PrintRequestAttributeSet attributes)} is called before + * this method for the same PrinterJob, it is expected to use/carryover the + * same attributes set passed to + * {@code print(PrintRequestAttributeSet attributes)} * @exception PrinterException an error in the print system * caused the job to be aborted. * @see Book * @see Pageable * @see Printable
< prev index next >