| Frames | No Frames |
Methods with parameter type org.pdfbox.pdmodel.interactive.documentnavigation.outline.PDOutlineItem | |
| void | Set the bookmark where the text extraction should stop.
|
| void | Set the bookmark where text extraction should start, inclusive.
|
Methods with return type org.pdfbox.pdmodel.interactive.documentnavigation.outline.PDOutlineItem | |
| PDOutlineItem | Get the bookmark where text extraction should end, inclusive. |
| PDOutlineItem | Get the bookmark where text extraction should start, inclusive. |
Methods with parameter type org.pdfbox.pdmodel.interactive.documentnavigation.outline.PDOutlineItem | |
| void | append a child node to this node.
|
| void | Insert a sibling after this node.
|
Methods with return type org.pdfbox.pdmodel.interactive.documentnavigation.outline.PDOutlineItem | |
| PDOutlineItem | Return the first child or null if there is no child.
|
| PDOutlineItem | Return the last child or null if there is no child.
|
| PDOutlineItem | Return the next sibling or null if there is no next sibling.
|
| PDOutlineItem | Return the previous sibling or null if there is no sibling.
|