[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMath.AddPreSubSuperscript

AddPreSubSuperscript Method

AddPreSubSuperscript()

Adds a new OMathPreSubSuperscript to the end of the Office Math zone.

Declaration
public OMathPreSubSuperscript AddPreSubSuperscript()
Public Function AddPreSubSuperscript() As OMathPreSubSuperscript
Returns
Type Description
OMathPreSubSuperscript

The added OMathPreSubSuperscript instance.

AddPreSubSuperscript(string, string, string)

Adds a new OMathPreSubSuperscript to the end of the Office Math zone.

Declaration
public OMathPreSubSuperscript AddPreSubSuperscript(string baseText, string subscriptText, string superscriptText)
Public Function AddPreSubSuperscript(baseText As String, subscriptText As String, superscriptText As String) As OMathPreSubSuperscript
Parameters
Type Name Description
string baseText

The base element text.

string subscriptText

The subscript element text.

string superscriptText

The superscript element text.

Returns
Type Description
OMathPreSubSuperscript

The added OMathPreSubSuperscript instance.