<Code Lib>
2025.3 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.

  • 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

Loading…