[]
Adds a new OMathSubscript to the end of the Office Math zone.
public OMathSubscript AddSubscript()
| Type | Description |
|---|---|
| OMathSubscript | The added OMathSubscript instance. |
Adds a new OMathSubscript to the end of the Office Math zone.
public OMathSubscript AddSubscript(string baseText, string subscriptText)
| Type | Name | Description |
|---|---|---|
| string | baseText | The base element text. |
| string | subscriptText | The subscript element text. |
| Type | Description |
|---|---|
| OMathSubscript | The added OMathSubscript instance. |