Vanilla.PDF  1.4.1
Cross-platform toolkit for creating and modifying PDF documents
Classes | Enumerations

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_Outline, OutlineType_Item }
 Available types of outlines. More...
 

Detailed Description

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.

Enumeration Type Documentation

◆ OutlineType

Available types of outlines.

Enumerator
OutlineType_Outline 

The root of a document's outline hierarchy.

See also
OutlineHandle
OutlineType_Item 

Child element within tree-structured hierarchy of outline items.

See also
OutlineItemHandle