Methods Summary |
---|
public int | getNumberOfPages()Returns the number of pages in the set.
To enable advanced printing features,
it is recommended that Pageable
implementations return the true number of pages
rather than the
UNKNOWN_NUMBER_OF_PAGES constant.
|
public java.awt.print.PageFormat | getPageFormat(int pageIndex)Returns the PageFormat of the page specified by
pageIndex .
|
public java.awt.print.Printable | getPrintable(int pageIndex)Returns the Printable instance responsible for
rendering the page specified by pageIndex .
|