[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.SimpleField.AddOMathParagraph

AddOMathParagraph Method

AddOMathParagraph()

Adds an OMathParagraph to the end of the current simple field.

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

The added OMathParagraph.

AddOMathParagraph(OMathBuiltInEquation)

Adds an OMathParagraph to the end of the current simple field.

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

The built-in equation to fill the OMathParagraph.

Returns
Type Description
OMathParagraph

The added OMathParagraph.