[]
        
(Showing Draft Content)

GrapeCity.Documents.Word.Hyperlink.AddRun

AddRun Method

Adds a Run to the end of this hyperlink.

Declaration
public Run AddRun()
Returns
Type Description
Run

The added Run.

Adds a Run to the end of this hyperlink.

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

The text of the Run to insert.

Returns
Type Description
Run

The added Run.

Adds a Run to the end of this hyperlink.

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.

Adds a Run to the end of this hyperlink.

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

The text of the Run to insert.

Style style

The run character or linked paragraph style.

Returns
Type Description
Run

The added Run.