[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathElementCollection.Add

Add Method

Add()

Adds a new OMathElement to the collection at the End location. Only child elements of OMathDelimiter and OMathEquationArray structures can be added to the collection.

Declaration
public OMathElement Add()
Returns
Type Description
OMathElement

The added OMathElement.

Add(string)

Adds a new OMathElement to the collection at the End location. Only child elements of OMathDelimiter and OMathEquationArray structures can be added to the collection.

Declaration
public OMathElement Add(string text)
Parameters
Type Name Description
string text

The element text.

Returns
Type Description
OMathElement

The added OMathElement.

Add(OMathBuiltInEquation)

Adds a new OMathElement to the collection at the End location. Only child elements of OMathDelimiter and OMathEquationArray structures can be added to the collection.

Declaration
public OMathElement Add(OMathBuiltInEquation equation)
Parameters
Type Name Description
OMathBuiltInEquation equation

The built-in equation to fill the OMathElement.

Returns
Type Description
OMathElement

The added OMathElement.