TextAreaGetHtml Method

Spotfire 14.3 API Reference
Gets the content of the text area as Html.

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

C#
public string GetHtml(
	TextAreaImageResolveCallback imageResolveCallback
)

Parameters

imageResolveCallback
Type: Spotfire.Dxp.Application.VisualsTextAreaImageResolveCallback
The delegate called when an image needs to be resolved.

Return Value

Type: String
The html string.
Version Information

Supported in: 12.4, 12.3, 12.2, 12.1, 12.0, 11.8
See Also

Reference