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