| ImageGear Professional v18.2 > API Reference Guide > PDF Component API Reference > PDF Component Objects > Page Editing Objects and Elements > IGPDETextItem Object |
The PDE text item object is a PDE element representing a text object.
IIGPDETextItem extends IIGPDEElement
| CopyText Method | Copies the text from a text item element. |
| GetFont Method | Gets the font for a text item. |
| GetTIGState Method | Gets the graphics state for a text item. |
| GetTIMatrix Method | Gets the text matrix for a character in a text item. |
| GetState Method | Gets the text state of a text item. |
| RemoveChars Method | Removes contiguous characters from a text item. |
| ReplaceChars Method | Replaces characters in a text item. |
| ReplaceText Method | Replaces all of the text in a text item. |
| SetFont Method | Sets a font for a text item. |
| SetTIGState Method | Sets the graphics state of a text item. |
| SetTIMatrix Method | Sets the text matrix for a text item. |
| SetState Method | Sets the text state of a text item. |
| TextLength Property | The text length for a text item, in bytes. |