Hyperlink Class

Encapsulates the object that represents a hyperlink.


type Hyperlink struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetAddressRepresents the address of a hyperlink.
SetAddressRepresents the address of a hyperlink.
GetTextToDisplayRepresents the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink.
SetTextToDisplayRepresents the text to be displayed for the specified hyperlink. The default value is the address of the hyperlink.
GetAreaGets the range of hyperlink.
GetScreenTipReturns or sets the ScreenTip text for the specified hyperlink.
SetScreenTipReturns or sets the ScreenTip text for the specified hyperlink.
GetLinkTypeGets the link type.
DeleteDeletes this hyperlink