|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
com.aspose.ms.System.Enum
com.aspose.slides.HyperlinkActionTypeEx
public final class HyperlinkActionTypeEx
Represents a type of hyperlink action.
Nested Class Summary |
---|
Nested classes/interfaces inherited from class com.aspose.ms.System.Enum |
---|
com.aspose.ms.System.Enum.AbstractEnum, com.aspose.ms.System.Enum.FlaggedEnum, com.aspose.ms.System.Enum.ObjectEnum, com.aspose.ms.System.Enum.SimpleEnum |
Field Summary | |
---|---|
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 HyperlinkEx.TargetSlide 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. |
Fields inherited from class com.aspose.ms.System.Enum |
---|
EnumSeparatorCharArray |
Method Summary |
---|
Methods inherited from class com.aspose.ms.System.Enum |
---|
Clone, CloneTo, format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Field Detail |
---|
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 HyperlinkEx.TargetSlide
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.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |