[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStructCollection.InsertSubSuperscript

InsertSubSuperscript Method

InsertSubSuperscript(InsertLocation)

Inserts a new OMathSubSuperscript into the collection at the specified location.

Declaration
public OMathSubSuperscript InsertSubSuperscript(InsertLocation location)
Parameters
Type Name Description
InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathSubSuperscript

The inserted OMathSubSuperscript instance.

InsertSubSuperscript(string, string, string, InsertLocation)

Inserts a new OMathSubSuperscript into the collection at the specified location.

Declaration
public OMathSubSuperscript InsertSubSuperscript(string baseText, string subscriptText, string superscriptText, InsertLocation location)
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.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathSubSuperscript

The inserted OMathSubSuperscript instance.