[]
        
(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)
Public Function InsertAccent(location As InsertLocation) As OMathAccent
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)
Public Function InsertAccent(baseText As String, character As String, location As InsertLocation) As OMathAccent
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.