PowerPoint.Interfaces.HyperlinkData interface

An interface describing the data returned by calling hyperlink.toJSON().

Properties

address

Specifies the URL target of the hyperlink.

screenTip

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 URL target of the hyperlink.

address?: string;

Property Value

string

Remarks

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]

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

Remarks

[ API set: PowerPointApi BETA (PREVIEW ONLY) ]