PowerPoint.Interfaces.HyperlinkData interface

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

注解

使用方

属性

address

指定超链接的地址,可以是 URL、文件名或文件路径,也可以是具有 URI 方案的 mailto 电子邮件地址。

screenTip

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

type

返回应用超链接的对象的类型。 有关详细信息,请参阅 PowerPoint.HyperlinkType

属性详细信息

address

指定超链接的地址,可以是 URL、文件名或文件路径,也可以是具有 URI 方案的 mailto 电子邮件地址。

address?: string;

属性值

string

注解

API 集:PowerPointApi 1.6

screenTip

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

screenTip?: string;

属性值

string

注解

API 集:PowerPointApi 1.6

type

返回应用超链接的对象的类型。 有关详细信息,请参阅 PowerPoint.HyperlinkType

type?: PowerPoint.HyperlinkType | "TextRange" | "Shape";

属性值

PowerPoint.HyperlinkType | "TextRange" | "Shape"

注解

API 集:PowerPointApi 1.10