[]
Inserts a new OMathNary into the collection at the specified location.
public OMathNary InsertNary(InsertLocation location)
| Type | Name | Description |
|---|---|---|
| InsertLocation | location | The target InsertLocation for the insertion. |
| Type | Description |
|---|---|
| OMathNary | The inserted OMathNary instance. |
Inserts a new OMathNary into the collection at the specified location.
public OMathNary InsertNary(string baseText, string subscriptText, string superscriptText, string character, InsertLocation location)
| 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, can be null. |
| InsertLocation | location | The target InsertLocation for the insertion. |
| Type | Description |
|---|---|
| OMathNary | The inserted OMathNary instance. |