[]
Adds a new OMathAccent to the end of the Office Math element.
public OMathAccent AddAccent()
Public Function AddAccent() As OMathAccent
| Type | Description |
|---|---|
| OMathAccent | The added OMathAccent instance. |
Adds a new OMathAccent to the end of the Office Math element.
public OMathAccent AddAccent(string baseText, string character = null)
Public Function AddAccent(baseText As String, Optional character As String = Nothing) As OMathAccent
| Type | Name | Description |
|---|---|---|
| string | baseText | The structure base element text. |
| string | character | The structure accent character. |
| Type | Description |
|---|---|
| OMathAccent | The added OMathAccent instance. |