[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMath.AddBorderBox

AddBorderBox Method

AddBorderBox()

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

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 zone.

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

The base element text.

Returns
Type Description
OMathBorderBox

The added OMathBorderBox instance.