com.aspose.slides
Class HyperlinkActionTypeEx

java.lang.Object
  extended by com.aspose.ms.java.Enum
      extended by com.aspose.slides.HyperlinkActionTypeEx

public final class HyperlinkActionTypeEx
extends com.aspose.ms.java.Enum

Represents a type of hyperlink action.


Nested Class Summary
 
Nested classes/interfaces inherited from class com.aspose.ms.java.Enum
com.aspose.ms.java.Enum.AbstractEnum, com.aspose.ms.java.Enum.FlaggedEnum, com.aspose.ms.java.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.java.Enum
EnumSeparatorCharArray
 
Method Summary
 
Methods inherited from class com.aspose.ms.java.Enum
format, format, get_Caption, get_Value, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, 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

Unknown

public static final int Unknown

Unrecognized action type.

See Also:
Constant Field Values

NoAction

public static final int NoAction

No action.

See Also:
Constant Field Values

Hyperlink

public static final int Hyperlink

Usual hyperlink.

See Also:
Constant Field Values

JumpFirstSlide

public static final int JumpFirstSlide

Jump to the first slide of the presentation.

See Also:
Constant Field Values

JumpPreviousSlide

public static final int JumpPreviousSlide

Jump to the previous slide.

See Also:
Constant Field Values

JumpNextSlide

public static final int JumpNextSlide

Jubp to the next slide.

See Also:
Constant Field Values

JumpLastSlide

public static final int JumpLastSlide

Jump to the last slide of the presentation.

See Also:
Constant Field Values

JumpEndShow

public static final int JumpEndShow

Jump to the end of slideshow.

See Also:
Constant Field Values

JumpLastViewedSlide

public static final int JumpLastViewedSlide

Jump to the last viewed slide.

See Also:
Constant Field Values

JumpSpecificSlide

public static final int JumpSpecificSlide

Jump to the specific slide, referred by HyperlinkEx.TargetSlide property.

See Also:
Constant Field Values

StartCustomSlideShow

public static final int StartCustomSlideShow

Start custom slideshow.

See Also:
Constant Field Values

OpenFile

public static final int OpenFile

Open referrenced file.

See Also:
Constant Field Values

OpenPresentation

public static final int OpenPresentation

Open referrenced presentation.

See Also:
Constant Field Values

StartStopMedia

public static final int StartStopMedia

Start/stop playing mediafile.

See Also:
Constant Field Values

StartMacro

public static final int StartMacro

Start executing macro script.

See Also:
Constant Field Values

StartProgram

public static final int StartProgram

Start program.

See Also:
Constant Field Values