[]
Adds a new OMathGroupCharacter to the end of the Office Math element.
public OMathGroupCharacter AddGroupCharacter()
| Type | Description |
|---|---|
| OMathGroupCharacter | The added OMathGroupCharacter instance. |
Adds a new OMathGroupCharacter to the end of the Office Math element.
public OMathGroupCharacter AddGroupCharacter(string baseText, string character = null)
| Type | Name | Description |
|---|---|---|
| string | baseText | The structure base element text. |
| string | character | The structure group character. |
| Type | Description |
|---|---|
| OMathGroupCharacter | The added OMathGroupCharacter instance. |