[]
Adds a new OMathSuperscript to the collection at the End location.
public OMathSuperscript AddSuperscript()
Public Function AddSuperscript() As OMathSuperscript
| Type | Description |
|---|---|
| OMathSuperscript | The added OMathSuperscript instance. |
Adds a new OMathSuperscript into the collection at the End location.
public OMathSuperscript AddSuperscript(string baseText, string superscriptText)
Public Function AddSuperscript(baseText As String, superscriptText As String) As OMathSuperscript
| Type | Name | Description |
|---|---|---|
| string | baseText | The structure base element text. |
| string | superscriptText | The structure superscript element text. |
| Type | Description |
|---|---|
| OMathSuperscript | The added OMathSuperscript instance. |