[]
Adds a new OMathBorderBox to the collection at the End location.
public OMathBorderBox AddBorderBox()
Public Function AddBorderBox() As OMathBorderBox
| Type | Description |
|---|---|
| OMathBorderBox | The added OMathBorderBox instance. |
Adds a new OMathBorderBox to the collection at the End location.
public OMathBorderBox AddBorderBox(string baseText)
Public Function AddBorderBox(baseText As String) As OMathBorderBox
| Type | Name | Description |
|---|---|---|
| string | baseText | The structure base element text. |
| Type | Description |
|---|---|
| OMathBorderBox | The added OMathBorderBox instance. |