FormattedText.GetPlainText
Description:
Returns a substring of the text in a plain text form. The start and end of the substring is identified by a given .
Returns a substring of the text in a plain text form. The start and end of the substring is identified by a given .
Overloads (2):
GetPlainText(TextRange)
public string GetPlainText(
TextRange textRange
)
-
textRangeThe given TextRange.
Return Value
string
The substring of the text in a plain text form.
-
This start index of this text range is not within the text range identifying the entire text. -or- The end of this text range is not within the text range identifying the entire text.
-
A non-optional argument was NULL