com.aspose.slides
Class HyperlinkActionType

java.lang.Object
  extended by com.aspose.ms.System.ValueType<com.aspose.ms.System.Enum>
      extended by com.aspose.ms.System.Enum
          extended by com.aspose.slides.HyperlinkActionType

public final class HyperlinkActionType
extends com.aspose.ms.System.Enum

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 IHyperlink.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, getName, getNames, getNames, getUnderlyingType, getUnderlyingType, getValue, getValues, isDefined, isDefined, isDefined, isDefined, parse, parse, parse, parse, register, toObject, toString
 
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 IHyperlink.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


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.