[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathElement.AddBorderBox

AddBorderBox Method

AddBorderBox()

Adds a new OMathBorderBox to the end of the Office Math element.

Declaration
public OMathBorderBox AddBorderBox()
Returns
Type Description
OMathBorderBox

The added OMathBorderBox instance.

AddBorderBox(string)

Adds a new OMathBorderBox to the end of the Office Math element.

Declaration
public OMathBorderBox AddBorderBox(string baseText)
Parameters
Type Name Description
string baseText

The structure base element text.

Returns
Type Description
OMathBorderBox

The added OMathBorderBox instance.