|
||||||||
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.InOutTransition
public class InOutTransition
In-Out slide transition effect.
Method Summary | |
---|---|
int |
getDirection()
Direction of a transition effect. |
void |
setDirection(int value)
Direction of a transition effect. |
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 int getDirection()
Direction of a transition effect.
Read/write TransitionInOutDirectionType
.
getDirection
in interface IInOutTransition
public void setDirection(int value)
Direction of a transition effect.
Read/write TransitionInOutDirectionType
.
Use values of TransitionInOutDirectionType type for the "value" parameter.
setDirection
in interface IInOutTransition
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |