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