Interface PageNumber


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

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