PowerPoint.Interfaces.HyperlinkData interface

一个接口,用于描述通过调用 hyperlink.toJSON()返回的数据。

属性

address

指定超链接的 URL 目标。

screenTip

指定将鼠标悬停在超链接上时显示的字符串。

属性详细信息

address

注意

此 API 以预览状态提供给开发者,可能根据我们收到的反馈更改。 请勿在生产环境中使用此 API。

指定超链接的 URL 目标。

address?: string;

属性值

string

注解

[ API 集:PowerPointApi BETA (仅预览版) ]

screenTip

注意

此 API 以预览状态提供给开发者,可能根据我们收到的反馈更改。 请勿在生产环境中使用此 API。

指定将鼠标悬停在超链接上时显示的字符串。

screenTip?: string;

属性值

string

注解

[ API 集:PowerPointApi BETA (仅预览版) ]