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

Show a text string. More...

Inheritance diagram for ContentOperationTextShowHandle:
ContentOperationHandle ContentInstructionHandle IUnknownHandle
error_type ContentOperationTextShow_GetValue (ContentOperationTextShowHandle *handle, StringObjectHandle **result)
 A text string to be shown.
 
error_type ContentOperationTextShow_SetValue (ContentOperationTextShowHandle *handle, StringObjectHandle *data)
 Set a new text string to be shown.
 
error_type ContentOperationTextShow_Release (ContentOperationTextShowHandle *handle)
 Decrement the internal reference counter. More...
 

Additional Inherited Members

- Public Member Functions inherited from ContentOperationHandle
error_type ContentOperation_GetType (ContentOperationHandle *handle, ContentOperationType *result)
 Get derived type of current object.
 
- Public Member Functions inherited from ContentInstructionHandle
error_type ContentInstruction_GetType (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 a text string.

Friends And Related Function Documentation

◆ ContentOperationTextShow_Release()

error_type ContentOperationTextShow_Release ( ContentOperationTextShowHandle 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: