Version

ParsedFormattedTextValue Class Members

The following tables list the members exposed by ParsedFormattedTextValue.

Public Constructors
 NameDescription
Public ConstructorParsedFormattedTextValue ConstructorConstructor. Creates and instance of ParsedFormattedTextValue based on the specified formatted text. If there is an error parsing the specified formatted text, throws an exception.  
Public Properties
 NameDescription
Public PropertyContainsLinkReturns true if the formatted text contains one or more links.  
Public PropertyIsLinkIndicates whether the formatted text is a link in its entirety.  
Public Methods
 NameDescription
Public MethodCalcSizeOverloaded. Calculates the size necessary to fully display this formatted text.  
Public Methodstatic (Shared in Visual Basic)EscapeXMLEscapes XML special characters like &, <, > etc... in the text so the text is valid in XML.  
Public MethodGetTextGets the text representation of the parsed value.  
Public Methodstatic (Shared in Visual Basic)ImageFromURIGets image from a url or a file path specified by the imageURI parameter.  
Public Methodstatic (Shared in Visual Basic)ParseParses the specified value and returns the ParsedFormattedTextValue instance. If there is an error parsing then returns null and assigns the error a value.  
Public MethodToStringOverridden. Returns the text representation of this parsed formatted text value. Essentially the formatted text.  
See Also