Hyperlink Members

Include Protected Members
Include Inherited Members

Represents a hyperlink.

The Hyperlink type exposes the following members.

Methods

  Name Description
Public method AddToFavorites Creates a shortcut to the document or hyperlink and adds it to the Favorites folder.
Public method CreateNewDocument Creates a new document linked to the specified hyperlink.
Public method Delete Deletes the specified object.
Public method Follow Displays a cached document associated with the specified Hyperlink object, if it has already been downloaded. Otherwise, this method resolves the hyperlink, downloads the target document, and displays the document in the appropriate application.

Top

Properties

  Name Description
Public property Address Returns or sets the address (for example, a file name or URL) of the specified hyperlink.
Public property AddressOld Reserved for internal use.
Public property Application Returns an Application object that represents the Microsoft Word application.
Public property Creator Returns a 32-bit integer that indicates the application in which the specified object was created.
Public property EmailSubject Returns or sets the text string for the specified hyperlink’s subject line. The subject line is appended to the hyperlink’s Internet address, or URL.
Public property ExtraInfoRequired True if extra information is required to resolve the specified hyperlink.
Public property Name Returns or sets the name of the specified object.
Public property Parent Returns an object that represents the parent object of the specified object.
Public property Range Returns a Range object that represents the portion of a document that is contained in the specified object.
Public property ScreenTip Returns or sets the text that appears as a ScreenTip when the mouse pointer is positioned over the specified hyperlink.
Public property Shape Returns a Shape object for the specified hyperlink.
Public property SubAddress Returns or sets a named location in the destination of the specified hyperlink.
Public property SubAddressOld Reserved for internal use.
Public property Target Returns or sets the name of the frame or window in which to load the hyperlink.
Public property TextToDisplay Returns or sets the specified hyperlink's visible text in a document.
Public property Type Returns the hyperlink type.

Top

See Also

Reference

Hyperlink Interface

Microsoft.Office.Interop.Word Namespace