KickJava   Java API By Example, From Geeks To Geeks.

Java > Java SE, EE, ME > java > awt > print > Pageable

java.awt.print
Interface Pageable

All Known Implementing Classes:
Book
See Also:
Top Examples, Source Code, PageFormat, Printable

int getNumberOfPages()
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


PageFormat getPageFormat(int pageIndex)
                         throws IndexOutOfBoundsException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


Printable getPrintable(int pageIndex)
                       throws IndexOutOfBoundsException
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  


static final int UNKNOWN_NUMBER_OF_PAGES
See Also:
getNumberOfPages
Geek's Notes:
Description  Add your codes or notes  Search More Java Examples  

Popular Tags