Search
ItemSettings.setUseStyledText Method
See Also
 






Sets a value indicating whether formatting tags such as <b> and <i> are taken into consideration in the items' description text.

Namespace: com.mindfusion.scheduling
Package: com.mindfusion.scheduling

 Syntax

Java  Copy Code

public void setUseStyledText (
    Boolean value
)

 Parameters

value

true to enable the use of formatting tags in the item's description; otherwise, false. Set to null to use the corresponding value from the current theme.

 Remarks

Styled text allows applying various attributes to the characters it contains. Attributes are specified using HTML-like formatting tags embedded in the raw text.

 See Also