com.aspose.slides
Class OptionalBlackTransitionEx

java.lang.Object
  extended by com.aspose.slides.TransitionValueBaseEx
      extended by com.aspose.slides.OptionalBlackTransitionEx

public class OptionalBlackTransitionEx
extends TransitionValueBaseEx

Optional black slide transition effect.


Constructor Summary
OptionalBlackTransitionEx(int type)
           Constructor for optional black slide transition effects.
 
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)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

OptionalBlackTransitionEx

public OptionalBlackTransitionEx(int type)

Constructor for optional black slide transition effects.

Parameters:
type - Type of an optional black transition effect.
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).


setFromBlack

public void setFromBlack(boolean value)