case classHtmlVisualModel(html: String) extends VisualModel with Product with Serializable
Create a visualization of an HTML text element.
Use this rather than the TextVisualModel method if you want to include
HTML formatting elements (like a table, or bold text) in your visualization.
html
An HTML String
Linear Supertypes
Serializable, Serializable, Product, Equals, VisualModel, AnyRef, Any
Create a visualization of an HTML text element. Use this rather than the TextVisualModel method if you want to include HTML formatting elements (like a table, or bold text) in your visualization.
An HTML String