java.lang.Objectjava.awt.print.Book
All Implemented Interfaces:
Pageable
Book class provides a representation of a document in
which pages may have different page formats and page painters. This
class uses the Pageable interface to interact with a
PrinterJob .| Constructor: |
|---|
Book. |
| Method from java.awt.print.Book Summary: |
|---|
| append, append, getNumberOfPages, getPageFormat, getPrintable, setPage |
| Methods from java.lang.Object: |
|---|
| clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
| Method from java.awt.print.Book Detail: |
|---|
Book. |
numPages pages to the end of this
Book. Each of the pages is associated with
page. |
Book. |
pageIndex. |
pageIndex. |
PageFormat and the Painter for a
specified page number. |