PowerPoint.Interfaces.HyperlinkData interface

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

属性

address

指定超链接的 URL 目标。

screenTip

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

属性详细信息

address

指定超链接的 URL 目标。

address?: string;

属性值

string

注解

[ API 集:PowerPointApi 1.6 ]

screenTip

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

screenTip?: string;

属性值

string

注解

[ API 集:PowerPointApi 1.6 ]