[]
Adds a new OMathNary to the end of the Office Math element.
public OMathNary AddNary()
| Type | Description |
|---|---|
| OMathNary | The added OMathNary instance. |
Adds a new OMathNary to the end of the Office Math element.
public OMathNary AddNary(string baseText, string subscriptText, string superscriptText, string character = null)
| 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. |
| Type | Description |
|---|---|
| OMathNary | The added OMathNary instance. |