com.aspose.slides
Interface IRevealTransition

All Superinterfaces:
ITransitionValueBase
All Known Implementing Classes:
RevealTransition

public interface IRevealTransition
extends ITransitionValueBase

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.
 

Method Detail

getDirection

int getDirection()

Direction of transition. Read/write TransitionLeftRightDirectionType.


setDirection

void setDirection(int value)

Direction of transition. Read/write TransitionLeftRightDirectionType.


getThroughBlack

boolean getThroughBlack()

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


setThroughBlack

void setThroughBlack(boolean value)

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



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