IOptionalBlackTransition
All Implemented Interfaces: com.aspose.slides.ITransitionValueBase
public interface IOptionalBlackTransition extends ITransitionValueBase
Optional black slide transition effect.
Methods
Method | Description |
---|---|
getFromBlack() | This attribute specifies if the transition will start from a black screen (and then transition the new slide over black). |
setFromBlack(boolean value) | This attribute specifies if the transition will start from a black screen (and then transition the new slide over black). |
getFromBlack()
public abstract 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.
Returns: boolean
setFromBlack(boolean value)
public abstract 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.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |