Document Solutions for Word
DS.Documents.Word Assembly / GrapeCity.Documents.Word Namespace / OMathElement Class / AddAccent Method / AddAccent(String,String) Method
The structure base element text.
The structure accent character.

In This Topic
    AddAccent(String,String) Method
    In This Topic
    Adds a new OMathAccent to the end of the Office Math element.
    Syntax
    'Declaration
     
    Public Overloads Function AddAccent( _
       ByVal baseText As System.String, _
       Optional ByVal character As System.String _
    ) As OMathAccent
    public OMathAccent AddAccent( 
       System.string baseText,
       System.string character
    )

    Parameters

    baseText
    The structure base element text.
    character
    The structure accent character.

    Return Value

    The added OMathAccent instance.
    See Also