com.aspose.slides
Class RevealTransition

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

public class RevealTransition
extends TransitionValueBase
implements IRevealTransition

Reveal slide transition effect.


Method Summary
 int getDirection()
           Direction of transition.
 boolean getThroughBlack()
           Specifies whether the transition fades through black.
 void setDirection(int value)
           Direction of transition.
 void setThroughBlack(boolean value)
           Specifies whether the transition fades through black.
 
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 IRevealTransition

setDirection

public void setDirection(int value)

Direction of transition. Read/write TransitionLeftRightDirectionType.

Specified by:
setDirection in interface IRevealTransition

getThroughBlack

public boolean getThroughBlack()

Specifies whether the transition fades through black. Read/write boolean.

Specified by:
getThroughBlack in interface IRevealTransition

setThroughBlack

public void setThroughBlack(boolean value)

Specifies whether the transition fades through black. Read/write boolean.

Specified by:
setThroughBlack in interface IRevealTransition


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