Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMath Class / AddPreSubSuperscript Method / AddPreSubSuperscript(String,String,String) Method
The base element text.
The subscript element text.
The superscript element text.

In This Topic
    AddPreSubSuperscript(String,String,String) Method
    In This Topic
    Adds a new OMathPreSubSuperscript to the end of the Office Math zone.
    Syntax
    '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 base element text.
    subscriptText
    The subscript element text.
    superscriptText
    The superscript element text.

    Return Value

    The added OMathPreSubSuperscript instance.
    See Also