[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathParagraphCollection.Add

Add Method

Add()

Adds a OMathParagraph to the collection at the End location.

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

The added OMathParagraph instance with child OMath.

Add(OMathBuiltInEquation)

Adds a OMathParagraph to the collection at the End location.

Declaration
public OMathParagraph Add(OMathBuiltInEquation equation)
Public Function Add(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.