[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStructCollection.InsertNary

InsertNary Method

InsertNary(InsertLocation)

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

Declaration
public OMathNary InsertNary(InsertLocation location)
Parameters
Type Name Description
InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathNary

The inserted OMathNary instance.

InsertNary(string, string, string, string, InsertLocation)

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

Declaration
public OMathNary InsertNary(string baseText, string subscriptText, string superscriptText, string character, 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.

string character

The n-ary character, can be null.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathNary

The inserted OMathNary instance.