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