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