Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
Collection of content instructions. More...
error_type CALLING_CONVENTION | ContentInstructionCollection_GetSize (ContentInstructionCollectionHandle *handle, size_type *result) |
Return size of a collection. | |
error_type CALLING_CONVENTION | ContentInstructionCollection_At (ContentInstructionCollectionHandle *handle, size_type at, ContentInstructionHandle **result) |
Get instruction at location at . | |
error_type CALLING_CONVENTION | ContentInstructionCollection_Append (ContentInstructionCollectionHandle *handle, ContentInstructionHandle *value) |
Insert new element at the end of the collection. | |
error_type CALLING_CONVENTION | ContentInstructionCollection_Insert (ContentInstructionCollectionHandle *handle, size_type at, ContentInstructionHandle *value) |
Insert new element at location at . | |
error_type CALLING_CONVENTION | ContentInstructionCollection_Remove (ContentInstructionCollectionHandle *handle, size_type at) |
Remove element from location at . | |
error_type CALLING_CONVENTION | ContentInstructionCollection_Clear (ContentInstructionCollectionHandle *handle) |
Clear all items from the collection. | |
error_type CALLING_CONVENTION | ContentInstructionCollection_GetIterator (ContentInstructionCollectionHandle *handle, ContentInstructionCollectionIteratorHandle **result) |
Get collection iterator for enumerating all entries. | |
error_type CALLING_CONVENTION | ContentInstructionCollection_ToUnknown (ContentInstructionCollectionHandle *handle, IUnknownHandle **result) |
Reinterpret current object as IUnknownHandle. | |
error_type CALLING_CONVENTION | ContentInstructionCollection_FromUnknown (IUnknownHandle *handle, ContentInstructionCollectionHandle **result) |
Convert IUnknownHandle to ContentInstructionCollectionHandle. | |
error_type CALLING_CONVENTION | ContentInstructionCollection_Release (ContentInstructionCollectionHandle *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. | |
Collection of content instructions.
|
related |
Get collection iterator for enumerating all entries.
Modifying collection may invalidate this handle.
|
related |
Decrement the internal reference counter.
When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.