HyperlinkActionType Enumeration
|
Represents a type of hyperlink action.
Namespace:
Spire.Presentation
Assembly:
Spire.Presentation (in Spire.Presentation.dll) Version: 10.4.2.0 (10.4.2.6046)
Syntax
public enum HyperlinkActionType
Public Enumeration HyperlinkActionType
public enum class HyperlinkActionType
Members
|
|
Member name
|
Value
|
Description
|
|
|
None
|
-1
|
Unrecognized action type.
|
|
|
NoAction
|
0
|
No action.
|
|
|
Hyperlink
|
1
|
hyperlink.
|
|
|
GotoFirstSlide
|
2
|
Goto the first slide of the presentation.
|
|
|
GotoPrevSlide
|
3
|
Goto the previous slide.
|
|
|
GotoNextSlide
|
4
|
Goto the next slide.
|
|
|
GotoLastSlide
|
5
|
Goto the last slide of the presentation.
|
|
|
GotoEndShow
|
6
|
Goto the end of slideshow.
|
|
|
GotoLastViewedSlide
|
7
|
Goto the last viewed slide.
|
|
|
GotoSlide
|
8
|
Goto the specific slide, referred by
TargetSlide
property.
|
|
|
StartCustomSlideShow
|
9
|
Start custom slideshow.
|
|
|
OpenFile
|
10
|
Open file.
|
|
|
OpenPresentation
|
11
|
Open presentation.
|
|
|
StartStopMedia
|
12
|
Start/stop playing mediafile.
|
|
|
StartMacro
|
13
|
Start executing macro script.
|
|
|
StartProgram
|
14
|
Start program.
|
See Also