Uses of Class
com.arctorus.documents.Page

Packages that use Page
com.arctorus.documents   
 

Uses of Page in com.arctorus.documents
 

Methods in com.arctorus.documents that return Page
 Page Document.createPage()
          Create and return new page in the document.
 Page Document.createPage(java.lang.String pageName)
          Create and return new page in the document.
 Page Document.getFirstPage()
          Get the first page of a document.
 

Methods in com.arctorus.documents that return types with arguments of type Page
 java.util.List<Page> Document.getPages()
          Get read-only unmodifiable list of all pages in a document.
 

Methods in com.arctorus.documents with parameters of type Page
 void Hyperlink.setTarget(Page page)
          Set hyperlink to another page in a document.
 

Constructors in com.arctorus.documents with parameters of type Page
Hyperlink(Page page)
          Create new link to another page of a document.