Gets or sets a value indicating whether styled text rendering is enabled.
Namespace: MindFusion.Diagramming
File: ShapeNode.js
SyntaxJavaScript
Copy Code
|
|---|
get enableStyledText() {} |
Boolean
true to parse the node's text in order to find formatting tags, or false otherwise.
RemarksStyled 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