[]
        
(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()
Public Function AddNary() As OMathNary
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)
Public Function AddNary(baseText As String, subscriptText As String, superscriptText As String, Optional character As String = Nothing) As OMathNary
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.