Frames | No Frames |
Methods which throw type java.awt.print.PrinterException | |
void | Prints the pages.
|
void | Prints the page with given attributes.
|
void | Change the printer for this print job to service. |
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.
|
Classes derived from java.awt.print.PrinterException | |
class | This exception is thrown when the print job is aborted, either by the
user or by the application.
|
class | This exception is thrown when the print job encounters an I/O problem
of some kind.
|
Methods which throw type java.awt.print.PrinterException | |
void | Prints the pages.
|
int | This method prints the specified page to the specified graphics
context in the specified format. |
void | Prints the page with given attributes.
|
void | Change the printer for this print job to service. |