com.aspose.slides
Class SideDirectionTransitionEx

java.lang.Object
  extended by com.aspose.slides.TransitionValueBaseEx
      extended by com.aspose.slides.SideDirectionTransitionEx

public class SideDirectionTransitionEx
extends TransitionValueBaseEx

Side direction slide transition effect.


Constructor Summary
SideDirectionTransitionEx(int type)
           Constructor for side direction slide transition effects.
 
Method Summary
 int getDirection()
           Direction of transition.
 void setDirection(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SideDirectionTransitionEx

public SideDirectionTransitionEx(int type)

Constructor for side direction slide transition effects.

Parameters:
type - Type of a transition effect.
Method Detail

getDirection

public int getDirection()

Direction of transition.


setDirection

public void setDirection(int value)