Initializes a new instance of the FormattedText class from the specified markup text.
Namespace: com.mindfusion.spreadsheet
Package: com.mindfusion.spreadsheet
SyntaxJava
Copy Code
|
|---|
public FormattedText ( |
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