Aspose::Pdf::Facades::PdfBookmarkEditor::CreateBookmarks method
Contents
[
Hide
]PdfBookmarkEditor::CreateBookmarks() method
Creates bookmarks for all pages.
void Aspose::Pdf::Facades::PdfBookmarkEditor::CreateBookmarks()
See Also
- Class PdfBookmarkEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfBookmarkEditor::CreateBookmarks(const System::SharedPtr<Bookmark>&) method
Creates the specified bookmark in the document. The method can be used for forming nested bookmarks hierarchy.
void Aspose::Pdf::Facades::PdfBookmarkEditor::CreateBookmarks(const System::SharedPtr<Bookmark> &bookmark)
| Parameter | Type | Description |
|---|---|---|
| bookmark | const System::SharedPtr<Bookmark>& | The bookmark will be added to the document. |
See Also
- Typedef SharedPtr
- Class Bookmark
- Class PdfBookmarkEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++
PdfBookmarkEditor::CreateBookmarks(System::Drawing::Color, bool, bool) method
Create bookmarks for all pages with specified color and style (bold, italic).
void Aspose::Pdf::Facades::PdfBookmarkEditor::CreateBookmarks(System::Drawing::Color color, bool boldFlag, bool italicFlag)
| Parameter | Type | Description |
|---|---|---|
| color | System::Drawing::Color | The color of title. |
| boldFlag | bool | The flag of bold attribution. |
| italicFlag | bool | The flag of italic attribution. |
See Also
- Class Color
- Class PdfBookmarkEditor
- Namespace Aspose::Pdf::Facades
- Library Aspose.PDF for C++