|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.TransitionValueBase
com.aspose.slides.OptionalBlackTransition
public class OptionalBlackTransition
Optional black slide transition effect.
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)
This attribute specifies if the transition will start from a black screen (and then transition the new slide over black). |
Methods inherited from class com.aspose.slides.TransitionValueBase |
---|
equals, hashCode |
Methods inherited from class java.lang.Object |
---|
getClass, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
---|
public 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 IOptionalBlackTransition
public 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 IOptionalBlackTransition
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |