com.aspose.slides
Class OptionalBlackTransition

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

public class OptionalBlackTransition
extends TransitionValueBase
implements IOptionalBlackTransition

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).
 
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

getFromBlack

public 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.

Specified by:
getFromBlack in interface IOptionalBlackTransition

setFromBlack

public 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.

Specified by:
setFromBlack in interface IOptionalBlackTransition


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