public final class HyperlinkActionType
extends com.aspose.ms.System.Enum
Represents a type of hyperlink action.
Modifier and Type | Field and Description |
---|---|
static int |
Hyperlink
Usual hyperlink.
|
static int |
JumpEndShow
Jump to the end of slideshow.
|
static int |
JumpFirstSlide
Jump to the first slide of the presentation.
|
static int |
JumpLastSlide
Jump to the last slide of the presentation.
|
static int |
JumpLastViewedSlide
Jump to the last viewed slide.
|
static int |
JumpNextSlide
Jubp to the next slide.
|
static int |
JumpPreviousSlide
Jump to the previous slide.
|
static int |
JumpSpecificSlide
Jump to the specific slide, referred by (
IHyperlink.getTargetSlide() ) property. |
static int |
NoAction
No action.
|
static int |
OpenFile
Open referrenced file.
|
static int |
OpenPresentation
Open referrenced presentation.
|
static int |
StartCustomSlideShow
Start custom slideshow.
|
static int |
StartMacro
Start executing macro script.
|
static int |
StartProgram
Start program.
|
static int |
StartStopMedia
Start/stop playing mediafile.
|
static int |
Unknown
Unrecognized action type.
|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
public static final int Unknown
Unrecognized action type.
public static final int NoAction
No action.
public static final int Hyperlink
Usual hyperlink.
public static final int JumpFirstSlide
Jump to the first slide of the presentation.
public static final int JumpPreviousSlide
Jump to the previous slide.
public static final int JumpNextSlide
Jubp to the next slide.
public static final int JumpLastSlide
Jump to the last slide of the presentation.
public static final int JumpEndShow
Jump to the end of slideshow.
public static final int JumpLastViewedSlide
Jump to the last viewed slide.
public static final int JumpSpecificSlide
Jump to the specific slide, referred by (IHyperlink.getTargetSlide()
) property.
public static final int StartCustomSlideShow
Start custom slideshow.
public static final int OpenFile
Open referrenced file.
public static final int OpenPresentation
Open referrenced presentation.
public static final int StartStopMedia
Start/stop playing mediafile.
public static final int StartMacro
Start executing macro script.
public static final int StartProgram
Start program.