Uses of Class
com.teamdev.jxdocument.Page

Uses of Page in com.teamdev.jxdocument
 

Methods in com.teamdev.jxdocument that return Page
 Page Document.getPageAt(int pageIndex)
          Returns specified page in the document at specified page index/number.
 

Methods in com.teamdev.jxdocument that return types with arguments of type Page
 java.util.List<Page> Document.getPages()
          Returns a list of pages in the PDF document.
 

Methods in com.teamdev.jxdocument with parameters of type Page
 void SinglePagePresentation.displayPage(Page page)
          Displays a specified page of the document.