Package | Description |
---|---|
com.ironsoftware.ironpdf.bookmark | |
com.ironsoftware.ironpdf.internal.staticapi |
Modifier and Type | Method and Description |
---|---|
Bookmark |
Bookmark.AddChildBookmark(String text,
int pageIndex)
Add a new bookmark as a first child of this bookmark.
|
Bookmark |
BookmarkManager.addChildBookmark(String text,
int pageIndex,
String parentBookmarkText)
Add a new bookmark as a first child of this bookmark.
|
Modifier and Type | Method and Description |
---|---|
List<Bookmark> |
BookmarkManager.getBookmarks()
Retrieve all bookmarks within this PDF, recursively retrieve all children of bookmarks within
this collection, and return as a flat list
|
Modifier and Type | Method and Description |
---|---|
void |
BookmarkManager.insertBookmark(Bookmark bookmark)
Insert a new bookmark
|
Modifier and Type | Method and Description |
---|---|
static List<Bookmark> |
Bookmark_Api.getBookmarks(InternalPdfDocument internalPdfDocument)
Retrieve all bookmarks within this PDF, recursively retrieve all children of bookmarks within
this collection, and return a flat list
|
Copyright © 2022–2023 Iron Software. All rights reserved.