ImageGear for C and C++ on Windows v21.0 - Updated
API Reference Guide / PDF Component API Reference / PDF Component Objects Reference / Page Editing Objects and Elements / HIG_PDE_TEXTITEM
In This Topic
    HIG_PDE_TEXTITEM
    In This Topic

    Handle to the PDE text item object. TextItem - a PDE element representing a text object.

    Members:

    IG_PDE_textitem_copy_text Copies the text from a text item element into a character buffer.
    IG_PDE_textitem_create Creates a text item element containing a character or text run, which can be added to a PDE Text object.
    IG_PDE_textitem_get_font Gets the font for a text item.
    IG_PDE_textitem_get_gstate Gets the graphics state for a text item.
    IG_PDE_textitem_get_matrix Gets the text matrix for a character in a text item.
    IG_PDE_textitem_get_state Gets the text state of a text item.
    IG_PDE_textitem_get_text_length Gets the text length for a text item.
    IG_PDE_textitem_set_font Sets a font for a text item.
    IG_PDE_textitem_set_gstate Sets the graphics state of a text item.
    IG_PDE_textitem_set_matrix Sets the text matrix for a text item.
    IG_PDE_textitem_set_state Sets the text state of a text item.
    IG_PDE_textitem_remove_chars Removes contiguous characters from a text item.
    IG_PDE_textitem_replace_chars Replaces characters in a text item.
    IG_PDE_textitem_replace_text Replaces all of the text in a text item.