[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.OMath.AddRun

AddRun Method

AddRun()

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

Declaration
public Run AddRun()
Public Function AddRun() As Run
Returns
Type Description
Run

The added Run.

AddRun(string)

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

Declaration
public Run AddRun(string text)
Public Function AddRun(text As String) As Run
Parameters
Type Name Description
string text

The text of the added Run

Returns
Type Description
Run

The added Run.

AddRun(Style)

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

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

The style (character or linked paragraph) for the added run.

Returns
Type Description
Run

The added Run.

AddRun(string, Style)

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

Declaration
public Run AddRun(string text, Style style)
Public Function AddRun(text As String, style As Style) As Run
Parameters
Type Name Description
string text

The text of the inserted Run

Style style

The style (character or linked paragraph) for the added run.

Returns
Type Description
Run

The added Run.