[]
Inserts a new OMathElement into the collection at the specified location. Only child elements of OMathDelimiter and OMathEquationArray structures can be inserted to the collection.
public OMathElement Insert(InsertLocation location)
| Type | Name | Description |
|---|---|---|
| InsertLocation | location | The target InsertLocation for the insertion. |
| Type | Description |
|---|---|
| OMathElement | The inserted OMathElement. |
Inserts a new OMathElement into the collection at the specified location. Only child elements of OMathDelimiter and OMathEquationArray structures can be inserted to the collection.
public OMathElement Insert(string text, InsertLocation location)
| Type | Name | Description |
|---|---|---|
| string | text | The element text. |
| InsertLocation | location | The target InsertLocation for the insertion. |
| Type | Description |
|---|---|
| OMathElement | The inserted OMathElement. |
Inserts a new OMathElement into the collection at the specified location. Only child elements of OMathDelimiter and OMathEquationArray structures can be inserted to the collection.
public OMathElement Insert(OMathBuiltInEquation equation, InsertLocation location)
| Type | Name | Description |
|---|---|---|
| OMathBuiltInEquation | equation | The built-in equation to fill the OMathElement. |
| InsertLocation | location | The target InsertLocation for the insertion. |
| Type | Description |
|---|---|
| OMathElement | The inserted OMathElement instance. |