FormattedTextSetSuperscriptStatus(Boolean) Method |
Sets the characters in the entire text to be superscript or not superscript.
Namespace: Autodesk.Revit.DBAssembly: RevitAPI (in RevitAPI.dll) Version: 26.0.4.0 (26.0.4.0)
Syntaxpublic void SetSuperscriptStatus(
bool isSuperscript
)
Public Sub SetSuperscriptStatus (
isSuperscript As Boolean
)
public:
void SetSuperscriptStatus(
bool isSuperscript
)
member SetSuperscriptStatus :
isSuperscript : bool -> unit
Parameters
- isSuperscript Boolean
-
The desired superscript status of characters in the entire text.
True to set superscript, false to set not superscript.
Remarks
If the characters are set to be superscript, they cannot be subscript.
This sets the subscript status to false.
See Also