TextStyleProperties.setTextBold

Sets the text bold setting.

Supported values:
ValueConstant
BoldControlConstants.TEXT_BOLD
NormalControlConstants.TEXT_NORMAL

Setting a value of null removes any existing value for the property. Note that any inherited value from a parent control may still apply.

Examples:

 controls.TEXT1.textBold = ControlConstants.TEXT_BOLD;
 controls.TEXT1.setTextBold(ControlConstants.TEXT_NORMAL);
 

Parameters

java.lang.String  textBold,