Package | Description |
---|---|
com.aspose.pdf.facades |
The
com.aspose.pdf.facades package provides classes originaly came from
Aspose.Pdf.Kit. |
Modifier and Type | Method and Description |
---|---|
Bookmark |
Bookmarks.get_Item(int index)
Gets a
Bookmark object from the collection according to bookmark index. |
Modifier and Type | Method and Description |
---|---|
void |
Bookmarks.add(Bookmark bookMark)
Adds a new
Bookmark object into the collection. |
void |
Bookmarks.copyTo(Bookmark[] bookMarkArray,
int index)
Copies the elements to a
Bookmark object array, starting at a specified array index. |
void |
PdfBookmarkEditor.createBookmarks(Bookmark bookmark)
Creates the specified bookmark in the document.
|
Bookmarks |
PdfBookmarkEditor.extractBookmarks(Bookmark bookmark)
Extracts the children of a bookmark with a title like in specified bookamrk.
|
void |
Bookmarks.remove(Bookmark bookMark)
Removes a
Bookmark object from the collection. |
void |
Bookmarks.set_Item(int index,
Bookmark value)
Sets a
Bookmark object from the collection according to bookmark index. |
Copyright © 2016 Aspose. All Rights Reserved.