HyperlinkActionType
Contents
[
Hide
]HyperlinkActionType enum
Represents a type of hyperlink action.
enum class HyperlinkActionType
Values
| Name | Value | Description |
|---|---|---|
| Unknown | -1 | Unrecognized action type. |
| NoAction | 0 | No action. |
| Hyperlink | 1 | Usual hyperlink. |
| JumpFirstSlide | 2 | Jump to the first slide of the presentation. |
| JumpPreviousSlide | 3 | Jump to the previous slide. |
| JumpNextSlide | 4 | Jump to the next slide. |
| JumpLastSlide | 5 | Jump to the last slide of the presentation. |
| JumpEndShow | 6 | Jump to the end of slideshow. |
| JumpLastViewedSlide | 7 | Jump to the last viewed slide. |
| JumpSpecificSlide | 8 | Jump to the specific slide, referred by IHyperlink::get_TargetSlide value. |
| StartCustomSlideShow | 9 | Start custom slideshow. |
| OpenFile | 10 | Open referenced file. |
| OpenPresentation | 11 | Open referenced presentation. |
| StartStopMedia | 12 | Start/stop playing mediafile. |
| StartMacro | 13 | Start executing macro script. |
| StartProgram | 14 | Start program. |
See Also
- Namespace Aspose::Slides
- Library Aspose.Slides