Uses of Class
aspose.pdf.Bookmarks

Uses of Bookmarks in aspose.pdf
 

Methods in aspose.pdf that return Bookmarks
 Bookmarks Pdf.getBookmarks()
          Gets a Bookmarks object that indicates the bookmarks in the PDF.
 Bookmarks Bookmark.getChildBookmarks()
          Gets a Bookmarks object that indicates the child bookmarks.
 

Methods in aspose.pdf with parameters of type Bookmarks
 void Pdf.setBookmarks(Bookmarks value)
          Sets a Bookmarks object that indicates the bookmarks in the PDF.
 void Bookmark.setChildBookmarks(Bookmarks value)
          Sets a Bookmarks object that indicates the child bookmarks.