com.aspose.slides.pptx.slideshowtransition
Class SlideShowSplitTransitionEx

java.lang.Object
  extended by com.aspose.slides.pptx.slideshowtransition.SlideShowTransitionValueBaseEx
      extended by com.aspose.slides.pptx.slideshowtransition.SlideShowSplitTransitionEx

public class SlideShowSplitTransitionEx
extends SlideShowTransitionValueBaseEx

Split slide show transition effect.


Constructor Summary
SlideShowSplitTransitionEx(SlideShowTransitionTypeEx type)
          Creates Split slide show transition effects.
 
Method Summary
 TransitionInOutDirectionTypeEx getDirection()
          Returns the direction of a split.
 TransitionDirectionTypeEx getOrientation()
          Returns the orientation of a split.
 void setDirection(TransitionInOutDirectionTypeEx value)
          Sets the direction of a split.
 void setOrientation(TransitionDirectionTypeEx value)
          Sets the orientation of a split.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlideShowSplitTransitionEx

public SlideShowSplitTransitionEx(SlideShowTransitionTypeEx type)
Creates Split slide show transition effects.

Method Detail

getDirection

public TransitionInOutDirectionTypeEx getDirection()
Returns the direction of a split.


setDirection

public void setDirection(TransitionInOutDirectionTypeEx value)
Sets the direction of a split.


getOrientation

public TransitionDirectionTypeEx getOrientation()
Returns the orientation of a split.


setOrientation

public void setOrientation(TransitionDirectionTypeEx value)
Sets the orientation of a split.