Bookmark
Overview
Bookmark is a class in Aspose.PDF FOSS for C++.
This class provides 35 methods for working with Bookmark objects in C++ programs.
Available methods include: Action, BoldFlag, Bookmark, ChildItem, ChildItems, Destination, ItalicFlag, Level, Open, PageDisplay, PageDisplay_Bottom, PageDisplay_Left, and 6 additional methods.
All public members are accessible to any C++ application after installing the Aspose.PDF FOSS for C++ package.
Methods
| Signature | Description |
|---|---|
Bookmark() | Calls Bookmark on this Bookmark instance. |
Action() → std::string | Calls Action on this Bookmark instance. |
Action(value: std::string) | Calls Action(value) on this Bookmark instance. |
BoldFlag() → bool | Calls BoldFlag on this Bookmark instance. |
BoldFlag(value: bool) | Calls BoldFlag(value) on this Bookmark instance. |
ChildItem() → Bookmarks | Calls ChildItem on this Bookmark instance. |
ChildItem(value: Bookmarks) | Calls ChildItem(value) on this Bookmark instance. |
ChildItems() → Bookmarks | Calls ChildItems on this Bookmark instance. |
ChildItems(value: Bookmarks) | Calls ChildItems(value) on this Bookmark instance. |
Destination() → std::string | Calls Destination on this Bookmark instance. |
Destination(value: std::string) | Calls Destination(value) on this Bookmark instance. |
ItalicFlag() → bool | Calls ItalicFlag on this Bookmark instance. |
ItalicFlag(value: bool) | Calls ItalicFlag(value) on this Bookmark instance. |
Level() → int | Calls Level on this Bookmark instance. |
Level(value: int) | Calls Level(value) on this Bookmark instance. |
PageDisplay() → std::string | Calls PageDisplay on this Bookmark instance. |
PageDisplay(value: std::string) | Calls PageDisplay(value) on this Bookmark instance. |
PageDisplay_Bottom() → int | Calls PageDisplay_Bottom on this Bookmark instance. |
PageDisplay_Bottom(value: int) | Calls PageDisplay_Bottom(value) on this Bookmark instance. |
PageDisplay_Left() → int | Calls PageDisplay_Left on this Bookmark instance. |
PageDisplay_Left(value: int) | Calls PageDisplay_Left(value) on this Bookmark instance. |
PageDisplay_Right() → int | Calls PageDisplay_Right on this Bookmark instance. |
PageDisplay_Right(value: int) | Calls PageDisplay_Right(value) on this Bookmark instance. |
PageDisplay_Top() → int | Calls PageDisplay_Top on this Bookmark instance. |
PageDisplay_Top(value: int) | Calls PageDisplay_Top(value) on this Bookmark instance. |
PageDisplay_Zoom() → int | Calls PageDisplay_Zoom on this Bookmark instance. |
PageDisplay_Zoom(value: int) | Calls PageDisplay_Zoom(value) on this Bookmark instance. |
PageNumber() → int | Calls PageNumber on this Bookmark instance. |
PageNumber(value: int) | Calls PageNumber(value) on this Bookmark instance. |
RemoteFile() → std::string | Calls RemoteFile on this Bookmark instance. |
RemoteFile(value: std::string) | Calls RemoteFile(value) on this Bookmark instance. |
Title() → std::string | Calls Title on this Bookmark instance. |
Title(value: std::string) | Calls Title(value) on this Bookmark instance. |
Open() → bool | Calls Open on this Bookmark instance. |
Open(value: bool) | Calls Open(value) on this Bookmark instance. |