[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathElement.AddSubscript

AddSubscript Method

AddSubscript()

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

Declaration
public OMathSubscript AddSubscript()
Returns
Type Description
OMathSubscript

The added OMathSubscript instance.

AddSubscript(string, string)

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

Declaration
public OMathSubscript AddSubscript(string baseText, string subscriptText)
Parameters
Type Name Description
string baseText

The structure base element text.

string subscriptText

The structure subscript element text.

Returns
Type Description
OMathSubscript

The added OMathSubscript instance.