com.aspose.slides
Class InOutTransitionEx

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

public class InOutTransitionEx
extends TransitionValueBaseEx

In-Out slide transition effect.


Constructor Summary
InOutTransitionEx(int type)
           Constructor for in/out slide transition effects.
 
Method Summary
 int getDirection()
           Direction of a transition effect.
 void setDirection(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

InOutTransitionEx

public InOutTransitionEx(int type)

Constructor for in/out slide transition effects.

Parameters:
type - Type of an in/out transition effect.
Method Detail

getDirection

public int getDirection()

Direction of a transition effect. Read/write TransitionInOutDirectionTypeEx.


setDirection

public void setDirection(int value)