[]
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()
| 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)
| 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)
| Type | Name | Description |
|---|---|---|
| OMathBuiltInEquation | equation | The built-in equation to fill the OMathElement. |
| Type | Description |
|---|---|
| OMathElement | The added OMathElement. |