![]() |
PDFix SDK
6.5.0
|
PdfBookmark class. More...
Public Member Functions | |
virtual int | GetTitle (wchar_t *buffer, int len)=0 |
Gets a bookmark's title. More... | |
virtual void | GetAppearance (PdfBookmarkAppearance *appearance)=0 |
Gets a bookmark's appearance. More... | |
virtual PdfAction * | GetAction ()=0 |
Gets a bookmark's action object. More... | |
virtual int | GetNumChildren ()=0 |
Gets the number of child bookmark in a parent bookmark object. More... | |
virtual PdfBookmark * | GetChild (int index)=0 |
Gets the requested child bookmark from a parent bookmark. More... | |
virtual PdfBookmark * | GetParent ()=0 |
Gets a bookmark's parent bookmark. More... | |
PdfBookmark class.
A bookmark corresponds to an outline object in a PDF document. A document outline allows the user to navigate interactively from one part of the document to another. An outline consists of a tree-structured hierarchy of bookmarks, which display the document's structure to the user. Each bookmark has: A title that appears on screen. An action that specifies what happens when the user clicks on the bookmark.
|
pure virtual |
Gets a bookmark's action object.
|
pure virtual |
Gets a bookmark's appearance.
appearance | (filled by method) Pointer to a PdfBookmarkAppearance structure. |
|
pure virtual |
Gets the requested child bookmark from a parent bookmark.
index | The index of bookmark to obtain. |
|
pure virtual |
Gets the number of child bookmark in a parent bookmark object.
|
pure virtual |
Gets a bookmark's parent bookmark.
|
pure virtual |
Gets a bookmark's title.
buffer | (filled by method) If the buffer is null function returns required length of string |
len | Length of a buffer to be filled in. |