[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.RunCollection.Add

Add Method

Add()

Adds a Run to this collection at the End location.

Declaration
public Run Add()
Returns
Type Description
Run

The added Run.

Add(string)

Adds a Run to this collection at the End location.

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

The text of the inserted Run

Returns
Type Description
Run

The added Run.

Add(Style)

Adds a Run to this collection at the End location.

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

The run character or linked paragraph style.

Returns
Type Description
Run

The added Run.

Add(string, Style)

Adds a Run to this collection at the End location.

Declaration
public Run Add(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.