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