DroidDiagram Programmer's Guide
TreeViewNode.getEnableStyledText Method
See Also
 






Gets a value indicating whether styled text rendering is enabled.

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

 Syntax

Java  Copy Code

public boolean getEnableStyledText ()

 Return Value

true to parse the text of the node's caption and items in order to find formatting tags; otherwise false. Initialized with the value of Diagram.getEnableStyledText.

 See Also

TreeViewNode Members
TreeViewNode Class
com.mindfusion.diagramming Namespace