[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStructCollection.AddNary

AddNary Method

AddNary()

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

Declaration
public OMathNary AddNary()
Returns
Type Description
OMathNary

The added OMathNary instance.

AddNary(string, string, string, string)

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

Declaration
public OMathNary AddNary(string baseText, string subscriptText, string superscriptText, string character = null)
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.

Returns
Type Description
OMathNary

The added OMathNary instance.