Enum HyperLinkType
Specifies the hyper link types in presentation.
Namespace: Syncfusion.Presentation
Assembly: Syncfusion.Presentation.Base.dll
Syntax
public enum HyperLinkType
Fields
| Name | Description |
|---|---|
| Hyperlink | Specifies the HyperLinkType is hyperlink |
| JumpEndShow | Specifies the HyperLinkType is jump end show |
| JumpFirstSlide | Specifies the HyperLinkType is jump first slide |
| JumpLastSlide | Specifies the HyperLinkType is jump last slide |
| JumpLastViewedSlide | Specifies the HyperLinkType is jump last viewed slide |
| JumpNextSlide | Specifies the HyperLinkType is jump next slide |
| JumpPreviousSlide | Specifies the HyperLinkType is jump previous slide |
| JumpSpecificSlide | Specifies the HyperLinkType is jump specific slide |
| NoAction | Specifies the HyperLinkType isThe no action |
| OpenFile | Specifies the HyperLinkType is open file |
| StartProgram | Specifies the HyperLinkType is start program |
| Unknown | Specifies the HyperLinkType is unknown |