[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStructCollection.InsertAccent

InsertAccent Method

InsertAccent(InsertLocation)

Inserts a new OMathAccent into the collection at the specified location.

Declaration
public OMathAccent InsertAccent(InsertLocation location)
Parameters
Type Name Description
InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathAccent

The inserted OMathAccent instance.

InsertAccent(string, string, InsertLocation)

Inserts a new OMathAccent into the collection at the specified location.

Declaration
public OMathAccent InsertAccent(string baseText, string character, InsertLocation location)
Parameters
Type Name Description
string baseText

The structure base element text.

string character

The structure accent character, can be null.

InsertLocation location

The target InsertLocation for the insertion.

Returns
Type Description
OMathAccent

The inserted OMathAccent instance.