PowerPoint.Interfaces.HyperlinkUpdateData interface

用于更新对象上的 Hyperlink 数据的接口,用于 在 中使用 hyperlink.set({ ... })

属性

address

指定超链接的 URL 目标。

screenTip

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

属性详细信息

address

指定超链接的 URL 目标。

address?: string;

属性值

string

注解

[ API 集:PowerPointApi 1.6 ]

screenTip

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

screenTip?: string;

属性值

string

注解

[ API 集:PowerPointApi 1.6 ]