![]() |
Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
Child element within tree-structured hierarchy of outline items. More...
error_type CALLING_CONVENTION | OutlineItem_GetTitle (OutlineItemHandle *handle, StringObjectHandle **result) |
The text that shall be displayed on the screen for this item. | |
error_type CALLING_CONVENTION | OutlineItem_GetParent (OutlineItemHandle *handle, OutlineBaseHandle **result) |
The parent of this item in the outline hierarchy. | |
error_type CALLING_CONVENTION | OutlineItem_GetPrev (OutlineItemHandle *handle, OutlineItemHandle **result) |
The previous item at this outline level. | |
error_type CALLING_CONVENTION | OutlineItem_GetNext (OutlineItemHandle *handle, OutlineItemHandle **result) |
The next item at this outline level. | |
error_type CALLING_CONVENTION | OutlineItem_GetFirst (OutlineItemHandle *handle, OutlineItemHandle **result) |
The first of this item's immediate children in the outline hierarchy. | |
error_type CALLING_CONVENTION | OutlineItem_GetLast (OutlineItemHandle *handle, OutlineItemHandle **result) |
The last of this item's immediate children in the outline hierarchy. | |
error_type CALLING_CONVENTION | OutlineItem_GetCount (OutlineItemHandle *handle, IntegerObjectHandle **result) |
Sum of the number of visible descendent outline items at all levels. | |
error_type CALLING_CONVENTION | OutlineItem_GetColor (OutlineItemHandle *handle, OutlineItemColorHandle **result) |
Representing the components in the DeviceRGB colour space of the colour that shall be used for the outline entry's text. | |
error_type CALLING_CONVENTION | OutlineItem_GetFlags (OutlineItemHandle *handle, OutlineItemFlagsHandle **result) |
A set of flags specifying style characteristics for displaying the outline item's text. | |
error_type CALLING_CONVENTION | OutlineItem_ToOutlineBase (OutlineItemHandle *handle, OutlineBaseHandle **result) |
Reinterpret current object as OutlineBaseHandle. | |
error_type CALLING_CONVENTION | OutlineItem_FromOutlineBase (OutlineBaseHandle *handle, OutlineItemHandle **result) |
Convert OutlineBaseHandle to OutlineItemHandle. | |
error_type CALLING_CONVENTION | OutlineItem_Release (OutlineItemHandle *handle) |
Decrement the internal reference counter. | |
Additional Inherited Members | |
![]() | |
error_type CALLING_CONVENTION | OutlineBase_GetOutlineType (OutlineBaseHandle *handle, OutlineType *result) |
Get derived type of current object. | |
![]() | |
error_type CALLING_CONVENTION | IUnknown_AddRef (IUnknownHandle *handle) |
Increment the internal reference counter. | |
![]() | |
error_type CALLING_CONVENTION | OutlineBase_ToUnknown (OutlineBaseHandle *handle, IUnknownHandle **result) |
Reinterpret current object as IUnknownHandle. | |
error_type CALLING_CONVENTION | OutlineBase_FromUnknown (IUnknownHandle *handle, OutlineBaseHandle **result) |
Convert IUnknownHandle to CatalogHandle. | |
error_type CALLING_CONVENTION | OutlineBase_Release (OutlineBaseHandle *handle) |
Decrement the internal reference counter. | |
![]() | |
error_type CALLING_CONVENTION | IUnknown_Release (IUnknownHandle *handle) |
Decrement the internal reference counter. | |
Child element within tree-structured hierarchy of outline items.
|
related |
Decrement the internal reference counter.
When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.