Specify superscripted text
setSuperscript(text,
mode
)
setSuperscript(text,
indicates whether to make mode
)text
superscript.
text | Instantiation of the ModelAdvisor.Text class |
| A Boolean value indicating superscripted formatting of text:
|
t1 = ModelAdvisor.Text('This is some text'); setSuperscript(t1, 'true');