com.aspose.slides.pptx.slideshowtransition
Class SlideShowOptionalBlackTransitionEx

java.lang.Object
  extended by com.aspose.slides.pptx.slideshowtransition.SlideShowTransitionValueBaseEx
      extended by com.aspose.slides.pptx.slideshowtransition.SlideShowOptionalBlackTransitionEx

public class SlideShowOptionalBlackTransitionEx
extends SlideShowTransitionValueBaseEx

Optional Black slide show transition effect.


Constructor Summary
SlideShowOptionalBlackTransitionEx(SlideShowTransitionTypeEx type)
          Creates Optional Black slide show transition effect.
 
Method Summary
 boolean getFromBlack()
          Determines whether the transition will start from a black screen and then transition a new slide over black.
 void setFromBlack(boolean value)
          Sets whether the transition will start from a black screen and then transition the new slide over black.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

SlideShowOptionalBlackTransitionEx

public SlideShowOptionalBlackTransitionEx(SlideShowTransitionTypeEx type)
Creates Optional Black slide show transition effect.

Method Detail

getFromBlack

public boolean getFromBlack()
Determines whether the transition will start from a black screen and then transition a new slide over black.


setFromBlack

public void setFromBlack(boolean value)
Sets whether the transition will start from a black screen and then transition the new slide over black.