Search
ItemSettings.getUseStyledText Method
See Also
 






Gets 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 Boolean getUseStyledText ()

 Return Value

true to enable the use of formatting tags in the item's description; otherwise, false.

 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