Specify bold text
setBold(text,
mode
)
setBold(text,
specifies
whether mode
)text
should be formatted in bold font.
text | Instantiation of the ModelAdvisor.Text class |
| A Boolean value indicating bold formatting of text:
|
t1 = ModelAdvisor.Text('This is some text'); setBold(t1, 'true');