DroidDiagram Programmer's Guide
ShapeNode.setEnableStyledText Method
See Also
 






Sets a value indicating whether the text of a node contains formatting tags which should be processed by DroidDiagram.

Namespace: com.mindfusion.diagramming
Package: com.mindfusion.diagramming

 Syntax

Java  Copy Code

public void setEnableStyledText (
    boolean value
)

 Parameters

value

true if DroidDiagram should process formatting tags when rendering the node label, otherwise false.

 See Also

ShapeNode Members
ShapeNode Class
com.mindfusion.diagramming Namespace