Edit

Share via


PowerPoint.HyperlinkAddOptions interface

Represents the available options when adding a PowerPoint.Hyperlink.

Remarks

[ API set: PowerPointApi 1.10 ]

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 mailto URI scheme.

screenTip

Specifies the string displayed when hovering over the hyperlink.

Property Details

address

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

[ API set: PowerPointApi 1.10 ]

screenTip

Specifies the string displayed when hovering over the hyperlink.

screenTip?: string;

Property Value

string

Remarks

[ API set: PowerPointApi 1.10 ]