Interface PageNumber

All Known Implementing Classes:
PageIterator.PageNumberer.InnerPageNumber

public interface PageNumber
Instances of this class represent a page index in the output of a PagePrint.
  • Method Summary

    Modifier and Type Method Description
    int getPageCount()
    Returns the total number of pages.
    int getPageNumber()
    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 inside PageDecoration.createPrint(PageNumber).
      Returns:
      the total number of pages.