com.aspose.slides
Interface IOptionalBlackTransition

All Superinterfaces:
ITransitionValueBase
All Known Implementing Classes:
OptionalBlackTransition

public interface IOptionalBlackTransition
extends ITransitionValueBase

Optional black slide transition effect.


Method Summary
 boolean getFromBlack()
           This attribute specifies if the transition will start from a black screen (and then transition the new slide over black).
 void setFromBlack(boolean value)
           This attribute specifies if the transition will start from a black screen (and then transition the new slide over black).
 

Method Detail

getFromBlack

boolean getFromBlack()

This attribute specifies if the transition will start from a black screen (and then transition the new slide over black). Read/write boolean.


setFromBlack

void setFromBlack(boolean value)

This attribute specifies if the transition will start from a black screen (and then transition the new slide over black). Read/write boolean.



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