Version

CreateTextHyperlink(String) Method

Creates a new TextHyperlink instance which can be used to add a textual hyperlink to the document.
Syntax
'Declaration
 
Public Overloads Function CreateTextHyperlink( _
   ByVal address As String _
) As TextHyperlink
public TextHyperlink CreateTextHyperlink( 
   string address
)

Parameters

address
Remarks

The instance returned from this method can be passed to the AddHyperlink method.

Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 8, Windows 7, Windows Server 2012, 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