Search
TableNode.getEnableStyledText Method
See Also
 






Gets a value indicating whether the text displayed inside a table contains formatting tags which should be processed by DroidDiagram.

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

 Syntax

Java  Copy Code

public boolean getEnableStyledText ()

 Return Value

true if DroidDiagram should process formatting tags when rendering text in this table, otherwise false.

 See Also