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