Search
FormattedText Constructor (String)
See Also
 






Initializes a new instance of the FormattedText class from the specified markup text.

Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet

 Syntax

Java  Copy Code

public FormattedText (
    String text
)

 Parameters

text

A markup text specifying the formatted text. The markup can contain the following tags: <fontname="value">, <fontsize="value">, <b>, <i>, <u>, <s>, <color="#rrggbb">. The font size must be specified as culture invariant.

 See Also