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

SignatureDescription
Bookmark()Calls Bookmark on this Bookmark instance.
Action()std::stringCalls Action on this Bookmark instance.
Action(value: std::string)Calls Action(value) on this Bookmark instance.
BoldFlag()boolCalls BoldFlag on this Bookmark instance.
BoldFlag(value: bool)Calls BoldFlag(value) on this Bookmark instance.
ChildItem()BookmarksCalls ChildItem on this Bookmark instance.
ChildItem(value: Bookmarks)Calls ChildItem(value) on this Bookmark instance.
ChildItems()BookmarksCalls ChildItems on this Bookmark instance.
ChildItems(value: Bookmarks)Calls ChildItems(value) on this Bookmark instance.
Destination()std::stringCalls Destination on this Bookmark instance.
Destination(value: std::string)Calls Destination(value) on this Bookmark instance.
ItalicFlag()boolCalls ItalicFlag on this Bookmark instance.
ItalicFlag(value: bool)Calls ItalicFlag(value) on this Bookmark instance.
Level()intCalls Level on this Bookmark instance.
Level(value: int)Calls Level(value) on this Bookmark instance.
PageDisplay()std::stringCalls PageDisplay on this Bookmark instance.
PageDisplay(value: std::string)Calls PageDisplay(value) on this Bookmark instance.
PageDisplay_Bottom()intCalls PageDisplay_Bottom on this Bookmark instance.
PageDisplay_Bottom(value: int)Calls PageDisplay_Bottom(value) on this Bookmark instance.
PageDisplay_Left()intCalls PageDisplay_Left on this Bookmark instance.
PageDisplay_Left(value: int)Calls PageDisplay_Left(value) on this Bookmark instance.
PageDisplay_Right()intCalls PageDisplay_Right on this Bookmark instance.
PageDisplay_Right(value: int)Calls PageDisplay_Right(value) on this Bookmark instance.
PageDisplay_Top()intCalls PageDisplay_Top on this Bookmark instance.
PageDisplay_Top(value: int)Calls PageDisplay_Top(value) on this Bookmark instance.
PageDisplay_Zoom()intCalls PageDisplay_Zoom on this Bookmark instance.
PageDisplay_Zoom(value: int)Calls PageDisplay_Zoom(value) on this Bookmark instance.
PageNumber()intCalls PageNumber on this Bookmark instance.
PageNumber(value: int)Calls PageNumber(value) on this Bookmark instance.
RemoteFile()std::stringCalls RemoteFile on this Bookmark instance.
RemoteFile(value: std::string)Calls RemoteFile(value) on this Bookmark instance.
Title()std::stringCalls Title on this Bookmark instance.
Title(value: std::string)Calls Title(value) on this Bookmark instance.
Open()boolCalls Open on this Bookmark instance.
Open(value: bool)Calls Open(value) on this Bookmark instance.

See Also