Frames | No Frames |
Methods with parameter type java.awt.print.Printable | |
void | Sets this specified Printable as the one to use for
rendering the pages on the print device.
|
void | Sets the Printable and the page format for the pages
to be printed.
|
int | JavaPrinterGraphics.spoolPage(PrintWriter out, Printable printable, PageFormat pageFormat, int index) Spools a single page, returns NO_SUCH_PAGE unsuccessful,
PAGE_EXISTS if it was.
|
SpooledDocument | Spool a document to PostScript.
|
Methods with parameter type java.awt.print.Printable | |
void | This method appends a page to the end of the book.
|
void | This method appends the specified number of pages to the end of the book.
|
void | This method changes the Printable and PageFormat
for the specified page. |
void | Sets this specified Printable as the one to use for
rendering the pages on the print device.
|
void | Sets the Printable and the page format for the pages
to be printed.
|
Methods with return type java.awt.print.Printable | |
Printable | Book.getPrintable(int page_number) This method returns the Printable object for the
specified page.
|
Printable | Pageable.getPrintable(int pageIndex) This method returns the Printable instance for the specified
page. |