Package | Description |
---|---|
com.aspose.pdf.facades |
The
com.aspose.pdf.facades package provides classes originally came from
Aspose.Pdf.Kit. |
Modifier and Type | Method and Description |
---|---|
Bookmarks |
PdfBookmarkEditor.extractBookmarks()
Extracts bookmarks of all levels from the document.
|
Bookmarks |
PdfBookmarkEditor.extractBookmarks(Bookmark bookmark)
Extracts the children of a bookmark with a title like in specified bookamrk.
|
Bookmarks |
PdfBookmarkEditor.extractBookmarks(boolean upperLevel)
Extracts bookmarks of all levels from the document.
|
Bookmarks |
PdfBookmarkEditor.extractBookmarks(String title)
Extracts the bookmarks with the specified title.
|
Bookmarks |
Bookmark.getChildItem()
Deprecated.
|
Bookmarks |
Bookmark.getChildItems()
Gets bookmark's children.
|
Modifier and Type | Method and Description |
---|---|
void |
Bookmark.setChildItem(Bookmarks value)
Deprecated.
|
void |
Bookmark.setChildItems(Bookmarks value)
Sets bookmark's children.
|