[]
        
(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()
Public Function AddBox() As OMathBox
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)
Public Function AddBox(baseText As String) As OMathBox
Parameters
Type Name Description
string baseText

The base element text.

Returns
Type Description
OMathBox

The added OMathBox instance.