Interface PageNumber


  • public interface PageNumber
    Instances of this class represent a page index in the output of a PagePrint.
    Author:
    Matthew Hall
    • Method Detail

      • 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.