[]
Adds a new OMathSubscript to the collection at the End location.
public OMathSubscript AddSubscript()
| Type | Description |
|---|---|
| OMathSubscript | The added OMathSubscript instance. |
Adds a new OMathSubscript into the collection at the End location.
public OMathSubscript AddSubscript(string baseText, string subscriptText)
| Type | Name | Description |
|---|---|---|
| string | baseText | The structure base element text. |
| string | subscriptText | The structure subscript element text. |
| Type | Description |
|---|---|
| OMathSubscript | The added OMathSubscript instance. |