|
||||||||
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.
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 |
---|
public OptionalBlackTransition(int type)
Constructor for optional black slide transition effects.
type
- Type of an optional black transition effect.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).
getFromBlack
in interface IOptionalBlackTransition
public void setFromBlack(boolean value)
setFromBlack
in interface IOptionalBlackTransition
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |