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