2024 Method
Changes 0
M

FormattedText.SetPlainText

Description:
Sets the entire text with the given text in a plain text form.
Remarks:
Any individual formatting present before will be lost after applying this function and the text will have uniform formatting. If the text does not end with a carriage return character ('\r') one will be added. An empty string is allowed. The given text should have no more than 30,000 characters, not counting a terminating carriage return character ('\r'). Newline characters ('\n') are not allowed.
Overloads (2):
SetPlainText(String)
public void SetPlainText(
	string plainText
)
  • String
    plainText
    The given text in a plain text form.