intarsys PDF library API

Uses of Class
de.intarsys.pdf.pd.PDPageTree

Packages that use PDPageTree
de.intarsys.pdf.pd The higher level building blocks of a PDF document. 
 

Uses of PDPageTree in de.intarsys.pdf.pd
 

Methods in de.intarsys.pdf.pd that return PDPageTree
 PDPageTree PDDocument.createPageTree()
          create a new page tree for this document. tha page tree must still be added to the document or a page tree to get visible.
 PDPageTree PDDocument.getPageTree()
          return the documents root page tree
 PDPageTree PDPageNode.getParent()
          The parent node if available.
 PDPageTree PDPageTree.rebalance()
          Rebalanve this.
 

Methods in de.intarsys.pdf.pd with parameters of type PDPageTree
 void PDDocument.setPageTree(PDPageTree newTree)
           
 


intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.