[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStructCollection.AddPreSubSuperscript

AddPreSubSuperscript Method

AddPreSubSuperscript()

Adds a new OMathPreSubSuperscript to the collection at the End location.

Declaration
public OMathPreSubSuperscript AddPreSubSuperscript()
Returns
Type Description
OMathPreSubSuperscript

The added OMathPreSubSuperscript instance.

AddPreSubSuperscript(string, string, string)

Adds a new OMathPreSubSuperscript into the collection at the End location.

Declaration
public OMathPreSubSuperscript AddPreSubSuperscript(string baseText, string subscriptText, string superscriptText)
Parameters
Type Name Description
string baseText

The structure base element text.

string subscriptText

The structure subscript element text.

string superscriptText

The structure superscript element text.

Returns
Type Description
OMathPreSubSuperscript

The added OMathPreSubSuperscript instance.