PowerPoint.Interfaces.HyperlinkUpdateData interface
An interface for updating data on the Hyperlink
object, for use in hyperlink.set({ ... })
.
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
Remarks
Collaborate with us on GitHub
The source for this content can be found on GitHub, where you can also create and review issues and pull requests. For more information, see our contributor guide.
Office Add-ins