Aspose::Pdf::Facades::PdfBookmarkEditor::ExtractBookmarks-metod

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

PdfBookmarkEditor::ExtractBookmarks(bool) method

Extraherar bokmärken på alla nivåer från dokumentet.

System::SharedPtr<Bookmarks> Aspose::Pdf::Facades::PdfBookmarkEditor::ExtractBookmarks(bool upperLevel)
ParameterTypBeskrivning
upperLevelboolOm true, extraherar endast bokmärken på översta nivån. Annars extraheras alla bokmärken rekursivt.

ReturnValue

Lista över extraherade bokmärken.

Se även

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)
ParameterTypBeskrivning
bokmärkeconst System::SharedPtr<Bookmark>&Den specificerade bookamrk.

ReturnValue

Bookmark collection with child bookmarks.

Se även

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)
ParameterTypBeskrivning
titelconst System::String&Extraherad objekttitel.

ReturnValue

Bookmark collection has items with the same title.

Se även