[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMath.AddNary

AddNary Method

AddNary()

Adds a new OMathNary to the end of the Office Math zone.

Declaration
public OMathNary AddNary()
Returns
Type Description
OMathNary

The added OMathNary instance.

AddNary(string, string, string, string)

Adds a new OMathNary to the end of the Office Math zone.

Declaration
public OMathNary AddNary(string baseText, string subscriptText, string superscriptText, string character = null)
Parameters
Type Name Description
string baseText

The base element text.

string subscriptText

The subscript element text.

string superscriptText

The superscript element text.

string character

The n-ary character.

Returns
Type Description
OMathNary

The added OMathNary instance.