<Code Lib>
2020 Method
Changes 0
M

FormattedText.GetPlainText(TextRange)

Description:
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
GetPlainText(TextRange)

public string GetPlainText(
	TextRange textRange
)

Return Value string The substring of the text in a plain text form.

Loading…