DroidDiagram Programmer's Guide
DiagramBuilder.enableStyledText Method
See Also
 






Sets a value indicating whether newly created nodes should display richly formatted text.

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

 Syntax

Java  Copy Code

public DiagramBuilder enableStyledText (
    boolean value
)

 Parameters

value

true if text formatting tags should be processed by default, otherwise false.

 Return Value

This DiagramBuilder instance.

 See Also

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