[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStructCollection.AddAccent

AddAccent Method

AddAccent()

Adds a new OMathAccent to the collection at the End location.

Declaration
public OMathAccent AddAccent()
Public Function AddAccent() As OMathAccent
Returns
Type Description
OMathAccent

The added OMathAccent instance.

AddAccent(string, string)

Adds a new OMathAccent to the collection at the End location.

Declaration
public OMathAccent AddAccent(string baseText, string character = null)
Public Function AddAccent(baseText As String, Optional character As String = Nothing) As OMathAccent
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.