PoDoFo  0.9.1
Public Member Functions
PoDoFo::PdfOutlines Class Reference

#include <PdfOutlines.h>

Inheritance diagram for PoDoFo::PdfOutlines:
PoDoFo::PdfOutlineItem PoDoFo::PdfElement

List of all members.

Public Member Functions

 PdfOutlines (PdfVecObjects *pParent)
 PdfOutlines (PdfObject *pObject)
PdfOutlineItemCreateRoot (const PdfString &sTitle)

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:
pParentparent vector of objects

Create a PDF outlines object from an existing dictionary

Parameters:
pObjectan existing outlines dictionary

Member Function Documentation

Create the root node of the outline item tree.

Parameters:
sTitlethe title of the root node