HyperlinkActionType enumeration

HyperlinkActionType enumeration

Represents a type of hyperlink action.

The HyperlinkActionType type exposes the following members:

Fields

FieldDescription
UNKNOWNUnrecognized action type.
NO_ACTIONNo action.
HYPERLINKUsual hyperlink.
JUMP_FIRST_SLIDEJump to the first slide of the presentation.
JUMP_PREVIOUS_SLIDEJump to the previous slide.
JUMP_NEXT_SLIDEJump to the next slide.
JUMP_LAST_SLIDEJump to the last slide of the presentation.
JUMP_END_SHOWJump to the end of slideshow.
JUMP_LAST_VIEWED_SLIDEJump to the last viewed slide.
JUMP_SPECIFIC_SLIDEJump to the specific slide, referred by IHyperlink.target_slide property.
START_CUSTOM_SLIDE_SHOWStart custom slideshow.
OPEN_FILEOpen referenced file.
OPEN_PRESENTATIONOpen referenced presentation.
START_STOP_MEDIAStart/stop playing mediafile.
START_MACROStart executing macro script.
START_PROGRAMStart program.

See Also