[]
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.
public OMathElement Add()
Public Function Add() As OMathElement
| Type | Description |
|---|---|
| OMathElement | The added OMathElement. |
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.
public OMathElement Add(string text)
Public Function Add(text As String) As OMathElement
| Type | Name | Description |
|---|---|---|
| string | text | The element text. |
| Type | Description |
|---|---|
| OMathElement | The added OMathElement. |
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.
public OMathElement Add(OMathBuiltInEquation equation)
Public Function Add(equation As OMathBuiltInEquation) As OMathElement
| Type | Name | Description |
|---|---|---|
| OMathBuiltInEquation | equation | The built-in equation to fill the OMathElement. |
| Type | Description |
|---|---|
| OMathElement | The added OMathElement. |