com.aspose.slides
Class EightDirectionTransition

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

public class EightDirectionTransition
extends TransitionValueBase
implements IEightDirectionTransition

Eight 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 TransitionEightDirectionType.

Specified by:
getDirection in interface IEightDirectionTransition

setDirection

public void setDirection(int value)

Direction of transition. Read/write TransitionEightDirectionType.

Specified by:
setDirection in interface IEightDirectionTransition


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