Poppler CPP 24.11.0
|
#include "poppler/cpp/poppler-toc.h"
Public Member Functions | |
~toc () | |
toc_item * | root () const |
Represents the TOC (Table of Contents) of a PDF document.
The TOC of a PDF document is represented as a tree of items.
toc::~toc | ( | ) |
Destroys the TOC.
toc_item * toc::root | ( | ) | const |
Returns the "invisible item" representing the root of the TOC.
This item is special, it has no title nor actions, it is open and its children are the effective root items of the TOC. This is provided as a convenience when iterating through the TOC.