[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathElement.AddSuperscript

AddSuperscript Method

AddSuperscript()

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

Declaration
public OMathSuperscript AddSuperscript()
Public Function AddSuperscript() As OMathSuperscript
Returns
Type Description
OMathSuperscript

The added OMathSuperscript instance.

AddSuperscript(string, string)

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

Declaration
public OMathSuperscript AddSuperscript(string baseText, string superscriptText)
Public Function AddSuperscript(baseText As String, superscriptText As String) As OMathSuperscript
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.