DroidDiagram Programmer's Guide
TableNodeBuilder.enableStyledText Method
See Also
 






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

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

 Syntax

Java  Copy Code

public TableNodeBuilder enableStyledText (
    boolean value
)

 Parameters

value

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

 Return Value

This TableNodeBuilder instance.

 See Also

TableNodeBuilder Members
TableNodeBuilder Class
com.mindfusion.diagramming.builders Namespace