[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Hyperlink.AddOMath

AddOMath Method

Adds an OMath to the end of this hyperlink.

Declaration
public OMath AddOMath()
Public Function AddOMath() As OMath
Returns
Type Description
OMath

The added OMath.

Adds an OMath to the end of this hyperlink.

Declaration
public OMath AddOMath(OMathBuiltInEquation equation)
Public Function AddOMath(equation As OMathBuiltInEquation) As OMath
Parameters
Type Name Description
OMathBuiltInEquation equation

A built-in equation to fill the OMath.

Returns
Type Description
OMath

The added OMath.