What's new in PowerPoint JavaScript API 1.6
PowerPointApi 1.6 added APIs to get and manage existing hyperlinks in the presentation.
API list
The following table lists the PowerPoint JavaScript API requirement set 1.6. For a complete list of all PowerPoint JavaScript APIs (including preview APIs and previously released APIs), see all PowerPoint JavaScript APIs.
Class | Fields | Description |
---|---|---|
Hyperlink | address | Specifies the URL target of the hyperlink. |
screenTip | Specifies the string displayed when hovering over the hyperlink. | |
HyperlinkCollection | getCount() | Gets the number of hyperlinks in the collection. |
getItemAt(index: number) | Gets a hyperlink using its zero-based index in the collection. | |
items | Gets the loaded child items in this collection. | |
Slide | hyperlinks | Returns a collection of hyperlinks in the slide. |
See also
GitHub에서 Microsoft와 공동 작업
이 콘텐츠의 원본은 GitHub에서 찾을 수 있으며, 여기서 문제와 끌어오기 요청을 만들고 검토할 수도 있습니다. 자세한 내용은 참여자 가이드를 참조하세요.
Office Add-ins