[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMath.AddBox

AddBox Method

AddBox()

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

Declaration
public OMathBox AddBox()
Returns
Type Description
OMathBox

The added OMathBox instance.

AddBox(string)

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

Declaration
public OMathBox AddBox(string baseText)
Parameters
Type Name Description
string baseText

The base element text.

Returns
Type Description
OMathBox

The added OMathBox instance.