![]() |
Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
A PDF document may contain a document outline that the conforming reader may display on the screen, allowing the user to navigate interactively from one part of the document to another. More...
Classes | |
class | OutlineBaseHandle |
Base class for document outlines. More... | |
class | OutlineHandle |
The root of a document's outline hierarchy. More... | |
class | OutlineItemHandle |
Child element within tree-structured hierarchy of outline items. More... | |
class | OutlineItemColorHandle |
Representing the components in the DeviceRGB colour space of the colour that shall be used for the outline entry's text. More... | |
class | OutlineItemFlagsHandle |
A set of flags specifying style characteristics for displaying the outline item's text. More... | |
Enumerations | |
enum | OutlineType { OutlineType_Undefined = 0 , OutlineType_Outline , OutlineType_Item } |
Available types of outlines. More... | |
A PDF document may contain a document outline that the conforming reader may display on the screen, allowing the user to navigate interactively from one part of the document to another.
For more details please visit section 12.3.3 - Document Outline.
enum OutlineType |
Available types of outlines.
Enumerator | |
---|---|
OutlineType_Outline | The root of a document's outline hierarchy.
|
OutlineType_Item | Child element within tree-structured hierarchy of outline items.
|