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

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...

Inheritance diagram for ContentObjectTextHandle:
ContentObjectHandle ContentInstructionHandle IUnknownHandle
error_type ContentObjectText_GetOperationsSize (ContentObjectTextHandle *handle, size_type *result)
 Get number of operations within current text object.
 
error_type ContentObjectText_GetOperationAt (ContentObjectTextHandle *handle, size_type at, ContentOperationHandle **result)
 Get operation at location at.
 
error_type ContentObjectText_ToContentObject (ContentObjectTextHandle *handle, ContentObjectHandle **result)
 Reinterpret current object as ContentObjectHandle.
 
error_type ContentObjectText_FromContentObject (ContentObjectHandle *handle, ContentObjectTextHandle **result)
 Convert ContentObjectTextHandle to ContentObjectHandle.
 
error_type ContentObjectText_Release (ContentObjectTextHandle *handle)
 Decrement the internal reference counter. More...
 

Additional Inherited Members

- Public Member Functions inherited from ContentObjectHandle
error_type ContentObject_GetObjectType (ContentObjectHandle *handle, ContentObjectType *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

A PDF text object consists of operators that may show text strings, move the text position, and set text state and certain other parameters.

Friends And Related Function Documentation

◆ ContentObjectText_Release()

error_type ContentObjectText_Release ( ContentObjectTextHandle 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: