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