| Package | Description |
|---|---|
| de.intarsys.pdf.pd |
The higher level building blocks of a PDF document.
|
| Modifier and Type | Method and Description |
|---|---|
PDOutlineItem |
PDOutlineNode.getFirst()
The first child element in the linked list of children.
|
PDOutlineItem |
PDOutlineNode.getLast()
The last child element in the linked list of children.
|
PDOutlineItem |
PDOutlineItem.getNext()
The next
PDOutlineItem within the items linked list. |
PDOutlineItem |
PDOutlineItem.getPrev()
The previous
PDOutlineItem within the items linked list. |
| Modifier and Type | Method and Description |
|---|---|
List<PDOutlineItem> |
PDOutlineNode.getChildren()
The list of all child nodes for this.
|
| Modifier and Type | Method and Description |
|---|---|
void |
PDOutlineNode.addItem(PDOutlineItem newItem)
Add a new
PDOutlineItem. |
boolean |
PDOutlineNode.removeItem(PDOutlineItem pItem)
Remove a
PDOutlineItem from this. |
| Constructor and Description |
|---|
OutlineItemFlags(PDOutlineItem outlineItem) |
Copyright © 2013 intarsys consulting GmbH. All Rights Reserved.