[]
Adds a new OMathSubSuperscript to the end of the Office Math zone.
public OMathSubSuperscript AddSubSuperscript()
| Type | Description |
|---|---|
| OMathSubSuperscript | The added OMathSubSuperscript instance. |
Adds a new OMathSubSuperscript to the end of the Office Math zone.
public OMathSubSuperscript AddSubSuperscript(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 |
|---|---|
| OMathSubSuperscript | The added OMathSubSuperscript instance. |