[]
Adds a new OMathAccent to the collection at the End location.
public OMathAccent AddAccent()
| Type | Description |
|---|---|
| OMathAccent | The added OMathAccent instance. |
Adds a new OMathAccent to the collection at the End location.
public OMathAccent AddAccent(string baseText, string character = null)
| Type | Name | Description |
|---|---|---|
| string | baseText | The structure base element text. |
| string | character | The structure accent character. |
| Type | Description |
|---|---|
| OMathAccent | The added OMathAccent instance. |