TextArea Class TIBCO Spotfire 6.0 API Reference
Representation of a text area.
The text area has the ability to visualize paragraphs of text, links, and images. Therefore, it can be used to guide users through an analysis.
Inheritance Hierarchy

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

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]
[ToolContextAttribute]
[PersistenceVersionAttribute(2, 0)]
public sealed class TextArea : VisualContent
See Also