Version

AddHyperlink(String,IList<TextRun>,String) Method

Adds a TextHyperlink to the associated Paragraph.
Syntax
'Declaration
 
Public Overloads Function AddHyperlink( _
   ByVal address As System.String, _
   ByVal textRuns As System.Collections.Generic.IList(Of TextRun), _
   ByVal toolTipText As System.String _
) As TextHyperlink
public TextHyperlink AddHyperlink( 
   System.string address,
   System.Collections.Generic.IList<TextRun> textRuns,
   System.string toolTipText
)

Parameters

address
The address for the hyperlink. Must be a valid URI.
textRuns
A list of TextRun instances which define the rich content for the hyperlink.
toolTipText
The text that is displayed when the user hovers the cursor over this hyperlink.

Return Value

A TextHyperlink instance.
Requirements

Target Platforms: Windows 8.1, Windows 8.1, Windows 8, Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

View on GitHub