HyperlinkActionType

HyperlinkActionType enumeration

Represents a type of hyperlink action.

public enum HyperlinkActionType

Values

NameValueDescription
Unknown-1Unrecognized action type.
NoAction0No action.
Hyperlink1Usual hyperlink.
JumpFirstSlide2Jump to the first slide of the presentation.
JumpPreviousSlide3Jump to the previous slide.
JumpNextSlide4Jump to the next slide.
JumpLastSlide5Jump to the last slide of the presentation.
JumpEndShow6Jump to the end of slideshow.
JumpLastViewedSlide7Jump to the last viewed slide.
JumpSpecificSlide8Jump to the specific slide, referred by TargetSlide property.
StartCustomSlideShow9Start custom slideshow.
OpenFile10Open referenced file.
OpenPresentation11Open referenced presentation.
StartStopMedia12Start/stop playing mediafile.
StartMacro13Start executing macro script.
StartProgram14Start program.

See Also