HyperlinkActionType
Contents
[
Hide
]HyperlinkActionType class
Represents a type of hyperlink action.
Constants
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#getTargetSlide) property. |
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. |
Unknown
Unrecognized action type.
NoAction
No action.
Hyperlink
Usual hyperlink.
JumpFirstSlide
Jump to the first slide of the presentation.
JumpPreviousSlide
Jump to the previous slide.
JumpNextSlide
Jump to the next slide.
JumpLastSlide
Jump to the last slide of the presentation.
JumpEndShow
Jump to the end of slideshow.
JumpLastViewedSlide
Jump to the last viewed slide.
JumpSpecificSlide
Jump to the specific slide, referred by ( IHyperlink#getTargetSlide) property.
StartCustomSlideShow
Start custom slideshow.
OpenFile
Open referenced file.
OpenPresentation
Open referenced presentation.
StartStopMedia
Start/stop playing mediafile.
StartMacro
Start executing macro script.
StartProgram
Start program.