[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStructCollection.InsertPreSubSuperscript

InsertPreSubSuperscript Method

InsertPreSubSuperscript(InsertLocation)

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

Declaration
public OMathPreSubSuperscript InsertPreSubSuperscript(InsertLocation location)
Public Function InsertPreSubSuperscript(location As InsertLocation) As OMathPreSubSuperscript
Parameters
Type Name Description
InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathPreSubSuperscript

The inserted OMathPreSubSuperscript instance.

InsertPreSubSuperscript(string, string, string, InsertLocation)

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

Declaration
public OMathPreSubSuperscript InsertPreSubSuperscript(string baseText, string subscriptText, string superscriptText, InsertLocation location)
Public Function InsertPreSubSuperscript(baseText As String, subscriptText As String, superscriptText As String, location As InsertLocation) As OMathPreSubSuperscript
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
OMathPreSubSuperscript

The inserted OMathPreSubSuperscript instance.