![]() |
Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
A PDF text object consists of operators that may show text strings, move the text position, and set text state and certain other parameters. More...
error_type CALLING_CONVENTION | ContentObjectText_GetOperationsSize (ContentObjectTextHandle *handle, size_type *result) |
Get number of operations within current text object. | |
error_type CALLING_CONVENTION | ContentObjectText_GetOperationAt (ContentObjectTextHandle *handle, size_type at, ContentOperationHandle **result) |
Get operation at location at . | |
error_type CALLING_CONVENTION | ContentObjectText_ToContentObject (ContentObjectTextHandle *handle, ContentObjectHandle **result) |
Reinterpret current object as ContentObjectHandle. | |
error_type CALLING_CONVENTION | ContentObjectText_FromContentObject (ContentObjectHandle *handle, ContentObjectTextHandle **result) |
Convert ContentObjectTextHandle to ContentObjectHandle. | |
error_type CALLING_CONVENTION | ContentObjectText_Release (ContentObjectTextHandle *handle) |
Decrement the internal reference counter. | |
Additional Inherited Members | |
![]() | |
error_type CALLING_CONVENTION | ContentObject_GetObjectType (ContentObjectHandle *handle, ContentObjectType *result) |
Get derived type of current object. | |
![]() | |
error_type CALLING_CONVENTION | ContentInstruction_GetInstructionType (ContentInstructionHandle *handle, ContentInstructionType *result) |
Get derived type of current object. | |
![]() | |
error_type CALLING_CONVENTION | IUnknown_AddRef (IUnknownHandle *handle) |
Increment the internal reference counter. | |
![]() | |
error_type CALLING_CONVENTION | ContentObject_ToInlineImage (ContentObjectHandle *handle, ContentObjectInlineImageHandle **result) |
Reinterpret current object as ContentObjectInlineImageHandle. | |
error_type CALLING_CONVENTION | ContentObject_ToInstruction (ContentObjectHandle *handle, ContentInstructionHandle **result) |
Reinterpret current object as ContentInstructionHandle. | |
error_type CALLING_CONVENTION | ContentObject_FromInstruction (ContentInstructionHandle *handle, ContentObjectHandle **result) |
Convert ContentInstructionHandle to ContentObjectHandle. | |
error_type CALLING_CONVENTION | ContentObject_Release (ContentObjectHandle *handle) |
Decrement the internal reference counter. | |
![]() | |
error_type CALLING_CONVENTION | ContentInstruction_ToOperation (ContentInstructionHandle *handle, ContentOperationHandle **result) |
Reinterpret current object as ContentOperationHandle. | |
error_type CALLING_CONVENTION | ContentInstruction_ToUnknown (ContentInstructionHandle *handle, IUnknownHandle **result) |
Reinterpret current object as IUnknownHandle. | |
error_type CALLING_CONVENTION | ContentInstruction_FromUnknown (IUnknownHandle *handle, ContentInstructionHandle **result) |
Convert IUnknownHandle to ContentInstructionHandle. | |
error_type CALLING_CONVENTION | ContentInstruction_Release (ContentInstructionHandle *handle) |
Decrement the internal reference counter. | |
![]() | |
error_type CALLING_CONVENTION | IUnknown_Release (IUnknownHandle *handle) |
Decrement the internal reference counter. | |
A PDF text object consists of operators that may show text strings, move the text position, and set text state and certain other parameters.
|
related |
Decrement the internal reference counter.
When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.