Vanilla.PDF  1.5.2
Cross-platform toolkit for creating and modifying PDF documents
List of all members
OutlineHandle Class Reference

The root of a document's outline hierarchy. More...

Inheritance diagram for OutlineHandle:
OutlineBaseHandle IUnknownHandle
error_type Outline_GetFirst (OutlineHandle *handle, OutlineItemHandle **result)
 An outline item dictionary representing the first top-level item in the outline.
 
error_type Outline_GetLast (OutlineHandle *handle, OutlineItemHandle **result)
 An outline item dictionary representing the last top-level item in the outline.
 
error_type Outline_GetCount (OutlineHandle *handle, IntegerObjectHandle **result)
 Total number of visible outline items at all levels of the outline. More...
 
error_type Outline_Release (OutlineHandle *handle)
 Decrement the internal reference counter. More...
 

Additional Inherited Members

- Public Member Functions inherited from OutlineBaseHandle
error_type OutlineBase_GetOutlineType (OutlineBaseHandle *handle, OutlineType *result)
 Get derived type of current object.
 
- Public Member Functions inherited from IUnknownHandle
error_type IUnknown_AddRef (IUnknownHandle *handle)
 Increment the internal reference counter.
 

Detailed Description

The root of a document's outline hierarchy.

Friends And Related Function Documentation

◆ Outline_GetCount()

error_type Outline_GetCount ( OutlineHandle handle,
IntegerObjectHandle **  result 
)
related

Total number of visible outline items at all levels of the outline.

The value cannot be negative.

This entry shall be omitted if there are no open outline items.

◆ Outline_Release()

error_type Outline_Release ( OutlineHandle handle)
related

Decrement the internal reference counter.

When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.

See also
IUnknown_Release

The documentation for this class was generated from the following file: