[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathElement.AddAccent

AddAccent Method

AddAccent()

Adds a new OMathAccent to the end of the Office Math element.

Declaration
public OMathAccent AddAccent()
Returns
Type Description
OMathAccent

The added OMathAccent instance.

AddAccent(string, string)

Adds a new OMathAccent to the end of the Office Math element.

Declaration
public OMathAccent AddAccent(string baseText, string character = null)
Parameters
Type Name Description
string baseText

The structure base element text.

string character

The structure accent character.

Returns
Type Description
OMathAccent

The added OMathAccent instance.