|
| | PdfOutlineItem (PdfVecObjects *pParent) |
| |
| | PdfOutlineItem (const PdfString &sTitle, const PdfDestination &rDest, PdfOutlineItem *pParentOutline, PdfVecObjects *pParent) |
| |
| | PdfOutlineItem (const PdfString &sTitle, const PdfAction &rAction, PdfOutlineItem *pParentOutline, PdfVecObjects *pParent) |
| |
| | PdfOutlineItem (PdfObject *pObject, PdfOutlineItem *pParentOutline, PdfOutlineItem *pPrevious) |
| |
| | PdfElement (const char *pszType, PdfVecObjects *pParent) |
| |
| | PdfElement (const char *pszType, PdfDocument *pParent) |
| |
| | PdfElement (const char *pszType, PdfObject *pObject) |
| |
| | PdfElement (EPdfDataType eExpectedDataType, PdfObject *pObject) |
| |
| const char * | TypeNameForIndex (int i, const char **ppTypes, long lLen) const |
| |
| int | TypeNameToIndex (const char *pszType, const char **ppTypes, long lLen, int nUnknownValue) const |
| |
| PdfObject * | CreateObject (const char *pszType=NULL) |
| |
| PdfObject * | GetNonConstObject () const |
| |
The main PDF outlines dictionary.
Do not create it by yourself but use PdfDocument::GetOutlines() instead.
- See also
- PdfDocument