Aspose::Pdf::Facades::PdfBookmarkEditor::ExtractBookmarks method
Contents
[
Hide
]PdfBookmarkEditor::ExtractBookmarks() method
Extracts bookmarks of all levels from the document.
System::SharedPtr<Bookmarks> Aspose::Pdf::Facades::PdfBookmarkEditor::ExtractBookmarks()
ReturnValue
The bookmarks collection of all bookmarks that exist in the document.
See Also
- Typedef SharedPtr
- Class Bookmarks
- Class PdfBookmarkEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfBookmarkEditor::ExtractBookmarks(bool) method
Extracts bookmarks of all levels from the document.
System::SharedPtr<Bookmarks> Aspose::Pdf::Facades::PdfBookmarkEditor::ExtractBookmarks(bool upperLevel)
| Parameter | Type | Description |
|---|---|---|
| upperLevel | bool | If true, extracts only upper level bookmarks. Else, extracts all bookmarks recursively. |
ReturnValue
List of extracted bookmarks.
See Also
- Typedef SharedPtr
- Class Bookmarks
- Class PdfBookmarkEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfBookmarkEditor::ExtractBookmarks(const System::SharedPtr<Bookmark>&) method
Extracts the children of a bookmark with a title like in specified bookamrk.
System::SharedPtr<Bookmarks> Aspose::Pdf::Facades::PdfBookmarkEditor::ExtractBookmarks(const System::SharedPtr<Bookmark> &bookmark)
| Parameter | Type | Description |
|---|---|---|
| bookmark | const System::SharedPtr<Bookmark>& | The specified bookamrk. |
ReturnValue
Bookmark collection with child bookmarks.
See Also
- Typedef SharedPtr
- Class Bookmarks
- Class Bookmark
- Class PdfBookmarkEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfBookmarkEditor::ExtractBookmarks(const System::String&) method
Extracts the bookmarks with the specified title.
System::SharedPtr<Bookmarks> Aspose::Pdf::Facades::PdfBookmarkEditor::ExtractBookmarks(const System::String &title)
| Parameter | Type | Description |
|---|---|---|
| title | const System::String& | Extracted item title. |
ReturnValue
Bookmark collection has items with the same title.
See Also
- Typedef SharedPtr
- Class Bookmarks
- Class String
- Class PdfBookmarkEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++