The following tables list the members exposed by ParsedFormattedTextValue.
Name | Description | |
---|---|---|
ParsedFormattedTextValue Constructor | Constructor. Creates and instance of ParsedFormattedTextValue based on the specified formatted text. If there is an error parsing the specified formatted text, throws an exception. |
Name | Description | |
---|---|---|
ContainsLink | Returns true if the formatted text contains one or more links. | |
IsLink | Indicates whether the formatted text is a link in its entirety. |
Name | Description | |
---|---|---|
CalcSize | Overloaded. Calculates the size necessary to fully display this formatted text. | |
EscapeXML | Escapes XML special characters like &, <, > etc... in the text so the text is valid in XML. | |
GetText | Gets the text representation of the parsed value. | |
ImageFromURI | Gets image from a url or a file path specified by the imageURI parameter. | |
Parse | Parses the specified value and returns the ParsedFormattedTextValue instance. If there is an error parsing then returns null and assigns the error a value. | |
ToString | Overridden. Returns the text representation of this parsed formatted text value. Essentially the formatted text. |