Uses of Class org.pdfbox.pdmodel.interactive.documentnavigation.outline.PDOutlineNode

Uses in package org.pdfbox.examples.pdmodel

Methods with parameter type org.pdfbox.pdmodel.interactive.documentnavigation.outline.PDOutlineNode

void
PrintBookmarks.printBookmark(PDOutlineNode bookmark, String indentation)
This will print the documents bookmarks to System.out.

Uses in package org.pdfbox.pdmodel.interactive.documentnavigation.outline

Classes derived from org.pdfbox.pdmodel.interactive.documentnavigation.outline.PDOutlineNode

class
This represents an outline in a pdf document.
class
This represents an outline in a pdf document.

Methods with parameter type org.pdfbox.pdmodel.interactive.documentnavigation.outline.PDOutlineNode

void
Set the first child, this will be maintained by this class.
void
Set the last child, this will be maintained by this class.
void
Set the next sibling, this will be maintained by this class.
void
Set the parent of this object, this is maintained by these objects and should not be called by any clients of PDFBox code.
void
Set the previous sibling, this will be maintained by this class.

Methods with return type org.pdfbox.pdmodel.interactive.documentnavigation.outline.PDOutlineNode

PDOutlineNode
Get the parent of this object.