intarsys PDF library API

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

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

Uses of PDPageNode in de.intarsys.pdf.pd
 

Subclasses of PDPageNode in de.intarsys.pdf.pd
 class PDPage
          A single concrete page in a PDF document.
 class PDPageTree
          A page tree node is a container for pages (and other page tree nodes) within a PFD document.
 

Methods in de.intarsys.pdf.pd that return PDPageNode
 PDPageNode PDPageTree.getFirstNode()
           
abstract  PDPageNode PDPageNode.getFirstNode()
          Get the first node within the receiver or the receiver if it is not a collection (page tree).
 PDPageNode PDPage.getFirstNode()
           
 PDPageNode PDPageTree.getLastNode()
           
abstract  PDPageNode PDPageNode.getLastNode()
          Get the last node within the receiver or the receiver if it is not a collection (page tree).
 PDPageNode PDPage.getLastNode()
           
 PDPageNode PDPageNode.getNextNode()
          Get the next node after the receiver.
 PDPageNode PDPageNode.getPreviousNode()
          The previous node .
 

Methods in de.intarsys.pdf.pd with parameters of type PDPageNode
 void PDPageTree.addNode(int index, PDPageNode newNode)
          Add a page after at the designated index.
 void PDPageTree.addNode(PDPageNode newNode)
          Add a page as immediate child at last position
 void PDPageTree.addNodeAfter(PDPageNode newNode, PDPageNode destination)
          Add a page after the designated destination page. the destination page must be in the receiver tree node
 void PDDocument.addPageNode(PDPageNode newNode)
          Add a page object to this documents root page tree.
 void PDDocument.addPageNodeAfter(PDPageNode newNode, PDPageNode destination)
          Add a page object to this document after the designated page.
 void PDPageTree.removeNode(PDPageNode node)
          Remove a node
 


intarsys PDF library API

Copyright © 2006 intarsys consulting GmbH. All Rights Reserved.