com.aspose.slides
Class LeftRightDirectionTransition

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

public class LeftRightDirectionTransition
extends TransitionValueBase
implements ILeftRightDirectionTransition

Left-right direction slide transition effect.


Method Summary
 int getDirection()
           Direction of transition.
 void setDirection(int value)
           Direction of transition.
 
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. Read/write TransitionLeftRightDirectionType.

Specified by:
getDirection in interface ILeftRightDirectionTransition

setDirection

public void setDirection(int value)

Direction of transition. Read/write TransitionLeftRightDirectionType.

Specified by:
setDirection in interface ILeftRightDirectionTransition


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