![]() |
Vanilla.PDF
2.0.0
Cross-platform toolkit for creating and modifying PDF documents
|
Show one or more text strings, allowing individual glyph positioning. More...
error_type CALLING_CONVENTION | ContentOperationTextShowArray_GetValue (ContentOperationTextShowArrayHandle *handle, ArrayObjectHandle **result) |
One or more text strings to be shown. | |
error_type CALLING_CONVENTION | ContentOperationTextShowArray_SetValue (ContentOperationTextShowArrayHandle *handle, ArrayObjectHandle *data) |
Set new text strings to be shown. | |
error_type CALLING_CONVENTION | ContentOperationTextShowArray_ToContentOperation (ContentOperationTextShowArrayHandle *handle, ContentOperationHandle **result) |
Reinterpret current object as ContentOperationHandle. | |
error_type CALLING_CONVENTION | ContentOperationTextShowArray_FromContentOperation (ContentOperationHandle *handle, ContentOperationTextShowArrayHandle **result) |
Convert ContentOperationHandle to ContentOperationTextShowArrayHandle. | |
error_type CALLING_CONVENTION | ContentOperationTextShowArray_Release (ContentOperationTextShowArrayHandle *handle) |
Decrement the internal reference counter. | |
Additional Inherited Members | |
![]() | |
error_type CALLING_CONVENTION | ContentOperation_GetOperationType (ContentOperationHandle *handle, ContentOperationType *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 | ContentOperation_ToBeginText (ContentOperationHandle *handle, ContentOperationBeginTextHandle **result) |
Reinterpret current object as ContentOperationBeginTextHandle. | |
error_type CALLING_CONVENTION | ContentOperation_ToEndText (ContentOperationHandle *handle, ContentOperationEndTextHandle **result) |
Reinterpret current object as ContentOperationEndTextHandle. | |
error_type CALLING_CONVENTION | ContentOperation_ToInstruction (ContentOperationHandle *handle, ContentInstructionHandle **result) |
Reinterpret current object as ContentInstructionHandle. | |
error_type CALLING_CONVENTION | ContentOperation_FromInstruction (ContentInstructionHandle *handle, ContentOperationHandle **result) |
Convert ContentInstructionHandle to ContentOperationHandle. | |
error_type CALLING_CONVENTION | ContentOperation_Release (ContentOperationHandle *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. | |
Show one or more text strings, allowing individual glyph positioning.
|
related |
Set new text strings to be shown.
Each element of array shall be either a string or a number.
If the element is a string, this operator shall show the string.
If it is a number, the operator shall adjust the text position by that amount.
|
related |
Decrement the internal reference counter.
When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.