FormattedText.SetSuperscriptStatus(Boolean)
Method
Description:
Sets the characters in the entire text to be superscript or not superscript.
Sets the characters in the entire text to be superscript or not superscript.
Remarks:
If the characters are set to be superscript, they cannot be subscript. This sets the subscript status to false.
If the characters are set to be superscript, they cannot be subscript. This sets the subscript status to false.
Parameters
Parameter | Type | Description |
---|---|---|
isSuperscript | Boolean | The desired superscript status of characters in the entire text. True to set superscript, false to set not superscript. |
Return Value