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