[]
Inserts a new OMathSuperscript into the collection at the specified location.
public OMathSuperscript InsertSuperscript(InsertLocation location)
Public Function InsertSuperscript(location As InsertLocation) As OMathSuperscript
| Type | Name | Description |
|---|---|---|
| InsertLocation | location | The target InsertLocation for the insertion. |
| Type | Description |
|---|---|
| OMathSuperscript | The inserted OMathSuperscript instance. |
Inserts a new OMathSuperscript into the collection at the specified location.
public OMathSuperscript InsertSuperscript(string baseText, string superscriptText, InsertLocation location)
Public Function InsertSuperscript(baseText As String, superscriptText As String, location As InsertLocation) As OMathSuperscript
| Type | Name | Description |
|---|---|---|
| string | baseText | The structure base element text. |
| string | superscriptText | The structure superscript element text. |
| InsertLocation | location | The target InsertLocation for the insertion. |
| Type | Description |
|---|---|
| OMathSuperscript | The inserted OMathSuperscript instance. |