[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMath.AddSubSuperscript

AddSubSuperscript Method

AddSubSuperscript()

Adds a new OMathSubSuperscript to the end of the Office Math zone.

Declaration
public OMathSubSuperscript AddSubSuperscript()
Public Function AddSubSuperscript() As OMathSubSuperscript
Returns
Type Description
OMathSubSuperscript

The added OMathSubSuperscript instance.

AddSubSuperscript(string, string, string)

Adds a new OMathSubSuperscript to the end of the Office Math zone.

Declaration
public OMathSubSuperscript AddSubSuperscript(string baseText, string subscriptText, string superscriptText)
Public Function AddSubSuperscript(baseText As String, subscriptText As String, superscriptText As String) As OMathSubSuperscript
Parameters
Type Name Description
string baseText

The base element text.

string subscriptText

The subscript element text.

string superscriptText

The superscript element text.

Returns
Type Description
OMathSubSuperscript

The added OMathSubSuperscript instance.