Uses of Interface
com.qoppa.pdf.Bookmark

Packages that use Bookmark
com.qoppa.pdf General classes used by different objects throughout the library. 
 

Uses of Bookmark in com.qoppa.pdf
 

Methods in com.qoppa.pdf that return Bookmark
 Bookmark Bookmark.addChildBookmark(String title)
          Add a child bookmark.
 Bookmark Bookmark.insertChildBookmark(String title, int index)
          Insert a child bookmark at the given index in the node's children.
 Bookmark Bookmark.getParentBookmark()
          Returns the parent node / Bookmark.
 Bookmark Bookmark.getChildBookmarkAt(int childIndex)
          Returns the child bookmark at the given index.
 

Methods in com.qoppa.pdf with parameters of type Bookmark
 int Bookmark.getBookmarkIndex(Bookmark bookmark)
          Returns the index of the bookmark node in the node's children.