[]
Adds a new OMathBorderBox to the end of the Office Math zone.
public OMathBorderBox AddBorderBox()
Public Function AddBorderBox() As OMathBorderBox
| Type | Description |
|---|---|
| OMathBorderBox | The added OMathBorderBox instance. |
Adds a new OMathBorderBox to the end of the Office Math zone.
public OMathBorderBox AddBorderBox(string baseText)
Public Function AddBorderBox(baseText As String) As OMathBorderBox
| Type | Name | Description |
|---|---|---|
| string | baseText | The base element text. |
| Type | Description |
|---|---|
| OMathBorderBox | The added OMathBorderBox instance. |