[]
Represents a hyperlink.
public interface IHyperlink
Public Interface IHyperlink
Name | Description |
---|---|
Address | Gets or sets the address of the target document. |
EmailSubject | Gets or sets the text string of the specified hyperlink’s e-mail subject line. The subject line is appended to the hyperlink’s address. |
Name | Returns the name of the object (read-only). |
Range | Returns the IRange object that represents the range the specified hyperlink is attached to. |
ScreenTip | Gets or sets the ScreenTip text for the specified hyperlink. |
Shape | Returns the IShape object that represents the shape attached to the specified hyperlink. |
SubAddress | Gets or sets the location within the document associated with the hyperlink. |
TextToDisplay | Gets or sets the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink. |
Name | Description |
---|---|
Delete() | Deletes the hyperlink. |