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

A set of flags specifying style characteristics for displaying the outline item's text. More...

Inheritance diagram for OutlineItemFlagsHandle:
IUnknownHandle
error_type OutlineItemFlags_IsItalic (OutlineItemFlagsHandle *handle, boolean_type *result)
 Determine if the outline item shall be displayed in italic.
 
error_type OutlineItemFlags_IsBold (OutlineItemFlagsHandle *handle, boolean_type *result)
 Determine if the outline item shall be displayed in bold.
 
error_type OutlineItemFlags_Release (OutlineItemFlagsHandle *handle)
 Decrement the internal reference counter. More...
 

Additional Inherited Members

- Public Member Functions inherited from IUnknownHandle
error_type IUnknown_AddRef (IUnknownHandle *handle)
 Increment the internal reference counter.
 

Detailed Description

A set of flags specifying style characteristics for displaying the outline item's text.

Friends And Related Function Documentation

◆ OutlineItemFlags_Release()

error_type OutlineItemFlags_Release ( OutlineItemFlagsHandle 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: