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