Uses of Class
aspose.pdf.Bookmark

Uses of Bookmark in aspose.pdf
 

Methods in aspose.pdf that return Bookmark
 Bookmark Bookmarks.getBookmark(int index)
          Gets Bookmark object from the collection according to object index.
 

Methods in aspose.pdf with parameters of type Bookmark
 void Bookmarks.add(Bookmark bookmark)
          Adds a new Bookmark object into the collection.
 void Bookmarks.setBookmark(int index, Bookmark value)
          Sets Bookmark object to the collection according to object index.