| Package | Description |
|---|---|
| de.intarsys.pdf.pd |
The higher level building blocks of a PDF document.
|
| Modifier and Type | Class and Description |
|---|---|
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.
|
| Modifier and Type | Method and Description |
|---|---|
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 .
|
| Modifier and Type | Method and Description |
|---|---|
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
|
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.