TextRange Methods |
The TextRange type exposes the following members.
Name | Description | |
---|---|---|
![]() | Delete |
Deletes the presentation content specified with the current TextRange.
|
![]() | Find(String) |
Finds all TextRanges which contain the specified text.
|
![]() | Find(Regex) | |
![]() | LoadText(String) |
Loads the specified text to the current TextRange.
|
![]() | LoadText(String, TextCharacterFormat) |
Loads the specified text with specific formatting to the current TextRange.
|
![]() | Replace(String, String) |
Replaces all occurrences of the specified text with another text in the current TextRange.
|
![]() | Replace(Regex, String) | |
![]() | ToString |
Returns a plain text that represents this TextRange instance.
(Overrides ObjectToString.) |