[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Paragraph.AddOMathParagraph

AddOMathParagraph Method

AddOMathParagraph()

Adds a OMathParagraph to the end of the paragraph.

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

The added OMathParagraph.

AddOMathParagraph(OMathBuiltInEquation)

Adds a OMathParagraph to the end of the paragraph.

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.