[]
Inserts a new OMathBox into the collection at the specified location.
public OMathBox InsertBox(InsertLocation location)
| Type | Name | Description |
|---|---|---|
| InsertLocation | location | The target InsertLocation for the insertion. |
| Type | Description |
|---|---|
| OMathBox | The inserted OMathBox instance. |
Inserts a new OMathBox into the collection at the specified location.
public OMathBox InsertBox(string baseText, InsertLocation location)
| Type | Name | Description |
|---|---|---|
| string | baseText | The structure base element text. |
| InsertLocation | location | The target InsertLocation for the insertion. |
| Type | Description |
|---|---|
| OMathBox | The inserted OMathBox instance. |