Nuta
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować się zalogować lub zmienić katalog.
Dostęp do tej strony wymaga autoryzacji. Możesz spróbować zmienić katalogi.
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 address of the hyperlink, which can be a URL, a file name or file path, or an email address with the mailto URI scheme. |
| 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
Współpracuj z nami na GitHub
Źródło tej treści można znaleźć na GitHubie, gdzie można także tworzyć i przeglądać problemy oraz pull requesty. Więcej informacji znajdziesz w naszym przewodniku dla współautorów.
Office Add-ins