'Declaration Public Overloads Function InsertPreSubSuperscript( _ ByVal baseText As System.String, _ ByVal subscriptText As System.String, _ ByVal superscriptText As System.String, _ ByVal location As InsertLocation _ ) As OMathPreSubSuperscript
public OMathPreSubSuperscript InsertPreSubSuperscript( System.string baseText, System.string subscriptText, System.string superscriptText, InsertLocation location )
Parameters
- baseText
- The structure base element text.
- subscriptText
- The structure subscript element text.
- superscriptText
- The structure superscript element text.
- location
- The target InsertLocation for the insertion.
Return Value
The inserted OMathPreSubSuperscript instance.