Vanilla.PDF  1.5.3
Cross-platform toolkit for creating and modifying PDF documents
List of all members
ContentOperationTextShowArrayHandle Class Reference

Show one or more text strings, allowing individual glyph positioning. More...

Inheritance diagram for ContentOperationTextShowArrayHandle:
ContentOperationHandle ContentInstructionHandle IUnknownHandle
error_type ContentOperationTextShowArray_GetValue (ContentOperationTextShowArrayHandle *handle, ArrayObjectHandle **result)
 One or more text strings to be shown.
 
error_type ContentOperationTextShowArray_SetValue (ContentOperationTextShowArrayHandle *handle, ArrayObjectHandle *data)
 Set new text strings to be shown. More...
 
error_type ContentOperationTextShowArray_ToContentOperation (ContentOperationTextShowArrayHandle *handle, ContentOperationHandle **result)
 Reinterpret current object as ContentOperationHandle.
 
error_type ContentOperationTextShowArray_FromContentOperation (ContentOperationHandle *handle, ContentOperationTextShowArrayHandle **result)
 Convert ContentOperationHandle to ContentOperationTextShowArrayHandle.
 
error_type ContentOperationTextShowArray_Release (ContentOperationTextShowArrayHandle *handle)
 Decrement the internal reference counter. More...
 

Additional Inherited Members

- Public Member Functions inherited from ContentOperationHandle
error_type ContentOperation_GetOperationType (ContentOperationHandle *handle, ContentOperationType *result)
 Get derived type of current object.
 
- Public Member Functions inherited from ContentInstructionHandle
error_type ContentInstruction_GetInstructionType (ContentInstructionHandle *handle, ContentInstructionType *result)
 Get derived type of current object.
 
- Public Member Functions inherited from IUnknownHandle
error_type IUnknown_AddRef (IUnknownHandle *handle)
 Increment the internal reference counter.
 

Detailed Description

Show one or more text strings, allowing individual glyph positioning.

Friends And Related Function Documentation

◆ ContentOperationTextShowArray_SetValue()

error_type ContentOperationTextShowArray_SetValue ( ContentOperationTextShowArrayHandle handle,
ArrayObjectHandle data 
)
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.

◆ ContentOperationTextShowArray_Release()

error_type ContentOperationTextShowArray_Release ( ContentOperationTextShowArrayHandle handle)
related

Decrement the internal reference counter.

When the internal counter reaches zero the object is deleted. Releasing already disposed object causes undefined behavior.

See also
IUnknown_Release

The documentation for this class was generated from the following file: