Search
TableNode.enableStyledText Property
See Also
 





Gets or sets a value indicating whether styled text rendering is enabled.

Namespace: MindFusion.Diagramming
File: TableNode.js

 Syntax

JavaScript  Copy Code

get enableStyledText() {}
set enableStyledText(value) {}

 Property Value

Boolean

true to parse the node's text in order to find formatting tags, or false otherwise.

 See Also