HtmlTextArea Class TIBCO Spotfire 6.0 API Reference
Representation of a text area that stores its content as HTML. The text area can visualize text and images using standard tags. Use this visualization as a component when creating a guided analysis.

The text area holds a collection of images that can be referenced from the HTML content with the key used in the collection as source attribute on the image tags. The Internet Explorer based view in the Professional client does not support transparent PNG images.

Inheritance Hierarchy

System Object
  Spotfire.Dxp.Framework.DocumentModel Node
    Spotfire.Dxp.Framework.DocumentModel DocumentNode
      Spotfire.Dxp.Application.Visuals VisualContent
        Spotfire.Dxp.Application.Visuals HtmlTextArea

Namespace: Spotfire.Dxp.Application.Visuals
Assembly: Spotfire.Dxp.Application (in Spotfire.Dxp.Application.dll) Version: 13.19.7018.3940 (13.19.7018.3940)
Syntax

[SerializableAttribute]
[PersistenceVersionAttribute(13, 0)]
[ToolContextAttribute]
public class HtmlTextArea : VisualContent
See Also