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.


Constructor Summary
OptionalBlackTransition(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

OptionalBlackTransition

public OptionalBlackTransition(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).

Specified by:
getFromBlack in interface IOptionalBlackTransition

setFromBlack

public void setFromBlack(boolean value)
Specified by:
setFromBlack in interface IOptionalBlackTransition