Aspose::Pdf::Facades::PdfBookmarkEditor::ExtractBookmarks-metod
Innehåll
[
Dölj
]PdfBookmarkEditor::ExtractBookmarks() method
Extraherar bokmärken på alla nivåer från dokumentet.
System::SharedPtr<Bookmarks> Aspose::Pdf::Facades::PdfBookmarkEditor::ExtractBookmarks()
ReturnValue
Bokmärkeskollektionen av alla bokmärken som finns i dokumentet.
Se även
- Typedef SharedPtr
- Class Bookmarks
- Class PdfBookmarkEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfBookmarkEditor::ExtractBookmarks(bool) method
Extraherar bokmärken på alla nivåer från dokumentet.
System::SharedPtr<Bookmarks> Aspose::Pdf::Facades::PdfBookmarkEditor::ExtractBookmarks(bool upperLevel)
| Parameter | Typ | Beskrivning |
|---|---|---|
| upperLevel | bool | Om true, extraherar endast bokmärken på översta nivån. Annars extraheras alla bokmärken rekursivt. |
ReturnValue
Lista över extraherade bokmärken.
Se även
- Typedef SharedPtr
- Class Bookmarks
- Class PdfBookmarkEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfBookmarkEditor::ExtractBookmarks(const System::SharedPtr<Bookmark>&) method
Extraherar underobjekten för ett bokmärke med en titel som i det angivna bokmärket.
System::SharedPtr<Bookmarks> Aspose::Pdf::Facades::PdfBookmarkEditor::ExtractBookmarks(const System::SharedPtr<Bookmark> &bookmark)
| Parameter | Typ | Beskrivning |
|---|---|---|
| bokmärke | const System::SharedPtr<Bookmark>& | Den specificerade bookamrk. |
ReturnValue
Bookmark collection with child bookmarks.
Se även
- Typedef SharedPtr
- Class Bookmarks
- Class Bookmark
- Class PdfBookmarkEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfBookmarkEditor::ExtractBookmarks(const System::String&) method
Extraherar bokmärkena med den angivna titeln.
System::SharedPtr<Bookmarks> Aspose::Pdf::Facades::PdfBookmarkEditor::ExtractBookmarks(const System::String &title)
| Parameter | Typ | Beskrivning |
|---|---|---|
| titel | const System::String& | Extraherad objekttitel. |
ReturnValue
Bookmark collection has items with the same title.
Se även
- Typedef SharedPtr
- Class Bookmarks
- Class String
- Class PdfBookmarkEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++