PowerPoint JavaScript API 1.6 中的新增功能
PowerPointApi 1.6 添加了 API 来获取和管理演示文稿中的现有超链接。
API 列表
下表列出了 PowerPoint JavaScript API 要求集 1.6。 有关所有 PowerPoint JavaScript API 的完整列表, (包括预览 API 和以前发布的 API) ,请参阅 所有 PowerPoint JavaScript API。
类 | 域 | 说明 |
---|---|---|
Hyperlink | address | 指定超链接的 URL 目标。 |
screenTip | 指定将鼠标悬停在超链接上时显示的字符串。 | |
HyperlinkCollection | getCount() | 获取集合中的超链接数。 |
getItemAt(index: number) | 使用集合中从零开始的索引获取超链接。 | |
items | 获取此集合中已加载的子项。 | |
Slide | 超链接 | 返回幻灯片中的超链接集合。 |