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