[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Paragraph.AddOMath

AddOMath Method

AddOMath()

Adds a OMath to the end of the paragraph.

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

The added OMath.

AddOMath(OMathBuiltInEquation)

Adds a OMath to the end of the paragraph.

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

The built-in equation to fill the OMath.

Returns
Type Description
OMath

The added OMath.