[]
Adds a new OMathBorderBox to the end of the Office Math element.
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 element.
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. |