PowerPoint.Interfaces.HyperlinkData interface
An interface describing the data returned by calling hyperlink.toJSON()
.
Properties
address | Specifies the URL target of the hyperlink. |
screen |
Specifies the string displayed when hovering over the hyperlink. |
Property Details
address
Specifies the URL target of the hyperlink.
address?: string;
Property Value
string
Remarks
screenTip
Specifies the string displayed when hovering over the hyperlink.
screenTip?: string;
Property Value
string