com.aspose.slides
Class SplitTransition

java.lang.Object
  extended by com.aspose.slides.TransitionValueBase
      extended by com.aspose.slides.SplitTransition
All Implemented Interfaces:
ISplitTransition, ITransitionValueBase

public class SplitTransition
extends TransitionValueBase
implements ISplitTransition

Split slide transition effect.


Method Summary
 int getDirection()
           Direction of transition split.
 int getOrientation()
           Orientation of transition split.
 void setDirection(int value)
           Direction of transition split.
 void setOrientation(int value)
           Orientation of transition split.
 
Methods inherited from class com.aspose.slides.TransitionValueBase
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDirection

public int getDirection()

Direction of transition split. Read/write TransitionInOutDirectionType.

Specified by:
getDirection in interface ISplitTransition

setDirection

public void setDirection(int value)

Direction of transition split. Read/write TransitionInOutDirectionType.

Use values of TransitionInOutDirectionType type for the "value" parameter.

Specified by:
setDirection in interface ISplitTransition

getOrientation

public int getOrientation()

Orientation of transition split. Read/write Orientation.

Specified by:
getOrientation in interface ISplitTransition

setOrientation

public void setOrientation(int value)

Orientation of transition split. Read/write Orientation.

Use values of Orientation type for the "value" parameter.

Specified by:
setOrientation in interface ISplitTransition


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