'Declaration Public Overloads Function AddSuperscript( _ ByVal baseText As System.String, _ ByVal superscriptText As System.String _ ) As OMathSuperscript
public OMathSuperscript AddSuperscript( System.string baseText, System.string superscriptText )
Parameters
- baseText
- The base element text.
- superscriptText
- The superscript element text.
Return Value
The added OMathSuperscript instance.