[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMathElement.AddRun

AddRun Method

AddRun()

Adds a Run to the end of the Office Math element.

Declaration
public Run AddRun()
Returns
Type Description
Run

The added Run.

AddRun(string)

Adds a Run to the end of the Office Math element.

Declaration
public Run AddRun(string text)
Parameters
Type Name Description
string text

The text of the inserted Run

Returns
Type Description
Run

The added Run.

AddRun(Style)

Adds a Run to the end of the Office Math element.

Declaration
public Run AddRun(Style style)
Parameters
Type Name Description
Style style

The run character or linked paragraph style.

Returns
Type Description
Run

The added Run.

AddRun(string, Style)

Adds a Run to the end of the Office Math element.

Declaration
public Run AddRun(string text, Style style)
Parameters
Type Name Description
string text

The text of the inserted Run

Style style

The run character or linked paragraph style.

Returns
Type Description
Run

The added Run.