[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathStructCollection.AddSuperscript

AddSuperscript Method

AddSuperscript()

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

Declaration
public OMathSuperscript AddSuperscript()
Returns
Type Description
OMathSuperscript

The added OMathSuperscript instance.

AddSuperscript(string, string)

Adds a new OMathSuperscript into the collection at the End location.

Declaration
public OMathSuperscript AddSuperscript(string baseText, string superscriptText)
Parameters
Type Name Description
string baseText

The structure base element text.

string superscriptText

The structure superscript element text.

Returns
Type Description
OMathSuperscript

The added OMathSuperscript instance.