<Code Lib>
2023 Method
Changes 0
M

FormattedText.SetSubscriptStatus(Boolean)

Description:
Sets the characters in the entire text to be subscript or not subscript.
Remarks:
If the characters are set to be subscript, they cannot be superscript. This sets the superscript status to false.
Overloads (2):
SetSubscriptStatus(Boolean)

public void SetSubscriptStatus(
	bool isSubscript
)

  • Boolean
    isSubscript
    The desired subscript status of characters in the entire text. True to set subscript, false to set not subscript.

Loading…