OptionalBlackTransition
Inheritance: java.lang.Object, com.aspose.slides.TransitionValueBase
All Implemented Interfaces: com.aspose.slides.IOptionalBlackTransition
public class OptionalBlackTransition extends TransitionValueBase implements IOptionalBlackTransition
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 final 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 final 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 |