[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStructCollection.AddSubSuperscript

AddSubSuperscript Method

AddSubSuperscript()

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

Declaration
public OMathSubSuperscript AddSubSuperscript()
Returns
Type Description
OMathSubSuperscript

The added OMathSubSuperscript instance.

AddSubSuperscript(string, string, string)

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

Declaration
public OMathSubSuperscript AddSubSuperscript(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
OMathSubSuperscript

The added OMathSubSuperscript instance.