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