|
||||||||
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.
Constructor Summary | |
---|---|
InOutTransition(int type)
Constructor for in/out slide transition effects. |
Method Summary | |
---|---|
int |
getDirection()
Direction of a transition effect. |
void |
setDirection(int value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public InOutTransition(int type)
Constructor for in/out slide transition effects.
type
- Type of an in/out transition effect.Method Detail |
---|
public int getDirection()
Direction of a transition effect.
Read/write TransitionInOutDirectionType
.
getDirection
in interface IInOutTransition
public void setDirection(int value)
setDirection
in interface IInOutTransition
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |