PoDoFo::PdfOutlines Class Reference
#include <PdfOutlines.h>
List of all members.
Detailed Description
The main PDF outlines dictionary.
Do not create it by yourself but use PdfDocument::GetOutlines() instead.
- See also:
- PdfDocument
Constructor & Destructor Documentation
Create a new PDF outlines dictionary
- Parameters:
-
| pParent | parent vector of objects |
PoDoFo::PdfOutlines::PdfOutlines |
( |
PdfObject * |
pObject |
) |
|
Create a PDF outlines object from an existing dictionary
- Parameters:
-
| pObject | an existing outlines dictionary |
Member Function Documentation
Create the root node of the outline item tree.
- Parameters:
-
| sTitle | the title of the root node |