DroidDiagram Programmer's Guide
Grid.setEnableStyledText Method
See Also
 






Sets a value indicating whether the text of the lane headers can contain formatting tags, such as <b>.

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

 Syntax

Java  Copy Code

public void setEnableStyledText (
    boolean value
)

 Parameters

value

{@code true} if DroidDiagram should process formatting tags when rendering header texts, otherwise {@code false}.

 See Also

Grid Members
Grid Class
com.mindfusion.diagramming.lanes Namespace