[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStructCollection.AddBox

AddBox Method

AddBox()

Adds a new OMathBox to the collection at the End location.

Declaration
public OMathBox AddBox()
Returns
Type Description
OMathBox

The added OMathBox instance.

AddBox(string)

Adds a new OMathBox to the collection at the End location.

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

The structure base element text.

Returns
Type Description
OMathBox

The added OMathBox instance.