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





Gets a value indicating whether styled text rendering is enabled.

Namespace: MindFusion.Diagramming
Package: ShapeNode.js

 Syntax

JavaScript  Copy Code

function getEnableStyledText ()

 Return 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
getText Method
getFont Method