public class OptionalBlackTransition extends TransitionValueBase implements IOptionalBlackTransition
Optional black slide transition effect.
| Modifier and Type | Method and Description |
|---|---|
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)
This attribute specifies if the transition will start from a black screen
(and then transition the new slide over black).
|
equals, hashCodepublic 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.
getFromBlack in interface IOptionalBlackTransitionpublic 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.
setFromBlack in interface IOptionalBlackTransitionCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.