[]
Adds a new OMathLimitLower to the end of the Office Math element.
public OMathLimitLower AddLimitLower()
| Type | Description |
|---|---|
| OMathLimitLower | The added OMathLimitLower instance. |
Adds a new OMathLimitLower to the end of the Office Math element.
public OMathLimitLower AddLimitLower(string baseText, string limitText)
| Type | Name | Description |
|---|---|---|
| string | baseText | The structure base element text. |
| string | limitText | The structure limit element text. |
| Type | Description |
|---|---|
| OMathLimitLower | The added OMathLimitLower instance. |