[]
Adds a new OMathPreSubSuperscript to the end of the Office Math element.
public OMathPreSubSuperscript AddPreSubSuperscript()
| Type | Description |
|---|---|
| OMathPreSubSuperscript | The added OMathPreSubSuperscript instance. |
Adds a new OMathPreSubSuperscript to the end of the Office Math element.
public OMathPreSubSuperscript AddPreSubSuperscript(string baseText, string subscriptText, string superscriptText)
| Type | Name | Description |
|---|---|---|
| string | baseText | The structure base element text. |
| string | subscriptText | The structure subscript element text. |
| string | superscriptText | The structure superscript element text. |
| Type | Description |
|---|---|
| OMathPreSubSuperscript | The added OMathPreSubSuperscript instance. |