Package net.sf.paperclips
Interface PageNumber
public interface PageNumber
Instances of this class represent a page index in the output of a PagePrint.
-
Method Summary
Modifier and TypeMethodDescriptionint
Returns the total number of pages.int
Returns the zero-based page index.
-
Method Details
-
getPageNumber
int getPageNumber()Returns the zero-based page index.- Returns:
- the zero-based page index.
-
getPageCount
int getPageCount()Returns the total number of pages. Note that this method may not return an accurate value until all pages have been laid out. Therefore this method should not be used insidePageDecoration.createPrint(PageNumber)
.- Returns:
- the total number of pages.
-