PowerPoint.HyperlinkAddOptions interface
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Represents the available options when adding a PowerPoint.Hyperlink.
Remarks
Properties
address | Specifies the address of the hyperlink, which can be a URL, a file name or file path, or an email address with the |
screen |
Specifies the string displayed when hovering over the hyperlink. |
Property Details
address
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Specifies the address of the hyperlink, which can be a URL, a file name or file path, or an email address with the mailto
URI scheme.
address?: string;
Property Value
string
Remarks
screenTip
Note
This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.
Specifies the string displayed when hovering over the hyperlink.
screenTip?: string;
Property Value
string