| Book
| The Book class provides a representation of a document in
which pages may have different page formats and page painters. |
code | html |
| Book.BookPage
| The BookPage inner class describes an individual
page in a Book through a PageFormat-Printable pair. |
code | html |
| NoPrinterJob
| Fake PrinterJob that just signals no print service. |
code | html |
| PageFormat
| The PageFormat class describes the size and
orientation of a page to be printed. |
code | html |
| Paper
| The Paper class describes the physical characteristics of
a piece of paper. |
code | html |
| PrinterAbortException
| The PrinterAbortException class is a subclass of
PrinterException and is used to indicate that a user
or application has terminated the print job while it was in
the process of printing. |
code | html |
| PrinterException
| The PrinterException class and its subclasses are used
to indicate that an exceptional condition has occurred in the print
system. |
code | html |
| PrinterIOException
| The PrinterIOException class is a subclass of
PrinterException and is used to indicate that an IO error
of some sort has occurred while printing. |
code | html |