Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
A set of flags specifying style characteristics for displaying the outline item's text. More...
error_type CALLING_CONVENTION | OutlineItemFlags_IsItalic (OutlineItemFlagsHandle *handle, boolean_type *result) |
Determine if the outline item shall be displayed in italic. | |
error_type CALLING_CONVENTION | OutlineItemFlags_IsBold (OutlineItemFlagsHandle *handle, boolean_type *result) |
Determine if the outline item shall be displayed in bold. | |
error_type CALLING_CONVENTION | OutlineItemFlags_Release (OutlineItemFlagsHandle *handle) |
Decrement the internal reference counter. | |
Additional Inherited Members | |
Public Member Functions inherited from IUnknownHandle | |
error_type CALLING_CONVENTION | IUnknown_AddRef (IUnknownHandle *handle) |
Increment the internal reference counter. | |
Related Symbols inherited from IUnknownHandle | |
error_type CALLING_CONVENTION | IUnknown_Release (IUnknownHandle *handle) |
Decrement the internal reference counter. | |
A set of flags specifying style characteristics for displaying the outline item's text.
|
related |
Decrement the internal reference counter.
When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.