com.aspose.slides
Class OrientationTransition

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

public class OrientationTransition
extends TransitionValueBase
implements IOrientationTransition

Orientation slide transition effect.


Method Summary
 byte getDirection()
           Direction of transition.
 void setDirection(byte 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 byte getDirection()

Direction of transition. Read/write Orientation.

Specified by:
getDirection in interface IOrientationTransition

setDirection

public void setDirection(byte value)

Direction of transition. Read/write Orientation.

Specified by:
setDirection in interface IOrientationTransition


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