'Declaration Public Overloads Function InsertAccent( _ ByVal baseText As System.String, _ ByVal character As System.String, _ ByVal location As InsertLocation _ ) As OMathAccent
public OMathAccent InsertAccent( System.string baseText, System.string character, InsertLocation location )
Parameters
- baseText
- The structure base element text.
- character
- The structure accent character, can be null.
- location
- The target InsertLocation for the insertion.
Return Value
The inserted OMathAccent instance.