Pageable

Interface Pageable

All Known Implementing Classes:
Book
public interface Pageable

The Pageable implementation represents a set of pages to be printed. The Pageable object returns the total number of pages in the set as well as the PageFormat and Printable for a specified page.

See Also:
PageFormat, Printable

Fields

UNKNOWN_NUMBER_OF_PAGES

@Native
static final int UNKNOWN_NUMBER_OF_PAGES

This constant is returned from the getNumberOfPages method if a Pageable登录查看完整内容