#include <PdfOutlines.h>
Inheritance diagram for PoDoFo::PdfOutlines:
Public Member Functions | |
PdfOutlines (PdfVecObjects *pParent) | |
PdfOutlines (PdfObject *pObject) | |
PdfOutlineItem * | CreateRoot (const PdfString &sTitle) |
Do not create it by yourself but use PdfDocument::GetOutlines() instead.
PoDoFo::PdfOutlines::PdfOutlines | ( | PdfVecObjects * | pParent | ) |
Create a new PDF outlines dictionary
pParent | parent vector of objects |
PoDoFo::PdfOutlines::PdfOutlines | ( | PdfObject * | pObject | ) |
Create a PDF outlines object from an existing dictionary
pObject | an existing outlines dictionary |
PdfOutlineItem * PoDoFo::PdfOutlines::CreateRoot | ( | const PdfString & | sTitle | ) |
Create the root node of the outline item tree.
sTitle | the title of the root node |