編輯

共用方式為


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