[]
Inserts a new OMathBox into the collection at the specified location.
public OMathBox InsertBox(InsertLocation location)
Public Function InsertBox(location As InsertLocation) As OMathBox
| 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)
Public Function InsertBox(baseText As String, location As InsertLocation) As OMathBox
| 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. |