ASP.NET Pack Programmer's Guide
ShapeNode.setEnableStyledText Method
See Also
 





Sets a value indicating whether styled text rendering is enabled.

Namespace: MindFusion.Diagramming
Package: ShapeNode.js

 Syntax

JavaScript  Copy Code

function setEnableStyledText (value)

 Parameters

value

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

 Remarks

Styled text allows applying various attributes to the characters it contains. Attributes are specified using HTML-like formatting tags embedded in the raw text. At this time the component supports the following formatting tags:

 See Also

ShapeNode Members
ShapeNode Class
MindFusion.Diagramming Namespace
Text Property
Font Property
TextColor Property