com.aspose.slides
Class LinkJumpType

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

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

Represents the link jump type.


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 EndShow
          
static int FirstSlide
          
static int LastSlide
          
static int LastSlideViewed
          
static int NextSlide
          
static int NoJump
          
static int PreviousSlide
          
 
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

NoJump

public static final int NoJump

See Also:
Constant Field Values

NextSlide

public static final int NextSlide

See Also:
Constant Field Values

PreviousSlide

public static final int PreviousSlide

See Also:
Constant Field Values

FirstSlide

public static final int FirstSlide

See Also:
Constant Field Values

LastSlide

public static final int LastSlide

See Also:
Constant Field Values

LastSlideViewed

public static final int LastSlideViewed

See Also:
Constant Field Values

EndShow

public static final int EndShow

See Also:
Constant Field Values