Replaces characters in a text object.
This method does not change the number of characters in the text object-extra characters are ignored.
ReplaceChars (Flags As enumIGPDETextFlags, Index As Long, Text
As String)
Name | Description |
---|---|
Flags |
enumIGPDETextFlags Enumeration value that specifies whether index refers to the character offset from the beginning of the text object or the index of the text run in the text object. Must be either:
|
Index | Index of the character or text run in the text object. |
Text | Replacement text. |
None