[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Hyperlink.AddOMathParagraph

AddOMathParagraph Method

Adds an OMathParagraph to the end of this hyperlink.

Declaration
public OMathParagraph AddOMathParagraph()
Public Function AddOMathParagraph() As OMathParagraph
Returns
Type Description
OMathParagraph

The added OMathParagraph.

Adds an OMathParagraph to the end of this hyperlink.

Declaration
public OMathParagraph AddOMathParagraph(OMathBuiltInEquation equation)
Public Function AddOMathParagraph(equation As OMathBuiltInEquation) As OMathParagraph
Parameters
Type Name Description
OMathBuiltInEquation equation

A built-in equation to fill the OMathParagraph.

Returns
Type Description
OMathParagraph

The added OMathParagraph.