FormattedText(String)
Description:
Creates a new FormattedText object with unformatted text.
Creates a new FormattedText object with unformatted text.
Remarks:
The given text should have no more than 30,000 characters. Line feed characters ('/n') are not allowed. An empty string is allowed.
The given text should have no more than 30,000 characters. Line feed characters ('/n') are not allowed. An empty string is allowed.
Overloads (2):
public FormattedText(
string plainText
)
-
StringplainTextThe text in a plain text form.
-
plainText (excluding a carriage return character ('\r') at the end) has more than 30,000 characters. -or- plainText contains invalid characters such as a newline character.
-
A non-optional argument was null