Hyperlink Class
Contents
[
Hide
]Hyperlink class
Encapsulates the object that represents a hyperlink.
type Hyperlink struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetAddress | Represents the address of a hyperlink. |
SetAddress | Represents the address of a hyperlink. |
GetTextToDisplay | Represents the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink. |
SetTextToDisplay | Represents the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink. |
GetArea | Gets the range of hyperlink. |
GetScreenTip | Returns or sets the ScreenTip text for the specified hyperlink. |
SetScreenTip | Returns or sets the ScreenTip text for the specified hyperlink. |
GetLinkType | Gets the link type. |
Delete | Deletes this hyperlink |