Search
Grid.getEnableStyledText Method
See Also
 

Gets 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 boolean getEnableStyledText ()

 Return Value

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

 See Also