[]
Adds a new OMathNary to the end of the Office Math element.
public OMathNary AddNary()
Public Function AddNary() As OMathNary
Adds a new OMathNary to the end of the Office Math element.
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
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. |