Hyperlink Members
Include Protected Members
Include Inherited Members
Represents a hyperlink associated with a non-placeholder shape or text.
The Hyperlink type exposes the following members.
Properties
Name | Description | |
---|---|---|
Address | Returns or sets the Internet address (URL) to the target document. Read/write. | |
Application | Returns an Application object that represents the creator of the specified object. | |
EmailSubject | Returns or sets the text string of the hyperlink subject line. The subject line is appended to the Internet address (URL) of the hyperlink. Read/write. | |
Parent | Returns the parent object for the specified object. | |
ScreenTip | Returns or sets the ScreenTip text of a hyperlink. Read/write. | |
ShowAndReturn | Determines if and under what circumstances Microsoft PowerPoint returns to the initiating slide show. Read/write. | |
SubAddress | Returns or sets the location within a document — such as a bookmark in a word document, a range in a worksheet, or a slide in a Microsoft PowerPoint presentation — associated with the specified hyperlink. Read/write. | |
TextToDisplay | Returns or sets the display text for a hyperlink not associated with a graphic. Read/write. | |
Type | Represents the type of hyperlink. Read-only. |
Top
Methods
Name | Description | |
---|---|---|
AddToFavorites | Adds a shortcut that represents the specified hyperlink's target document to the Favorites folder in the Windows folder. | |
CreateNewDocument | Creates a new Web presentation associated with the specified hyperlink. | |
Delete | Deletes the specified Hyperlink object. | |
Follow | Displays the HTML document associated with the specified hyperlink in a new Web browser window. |
Top