[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathElement.AddLimitLower

AddLimitLower Method

AddLimitLower()

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

Declaration
public OMathLimitLower AddLimitLower()
Returns
Type Description
OMathLimitLower

The added OMathLimitLower instance.

AddLimitLower(string, string)

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

Declaration
public OMathLimitLower AddLimitLower(string baseText, string limitText)
Parameters
Type Name Description
string baseText

The structure base element text.

string limitText

The structure limit element text.

Returns
Type Description
OMathLimitLower

The added OMathLimitLower instance.