|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.TransitionValueBaseEx
com.aspose.slides.SplitTransitionEx
public class SplitTransitionEx
Split slide transition effect.
Constructor Summary | |
---|---|
SplitTransitionEx(int type)
Constructor for split slide transition effects. |
Method Summary | |
---|---|
int |
getDirection()
Direction of transition split. |
int |
getOrientation()
Orientation of transition split. |
void |
setDirection(int value)
|
void |
setOrientation(int value)
|
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public SplitTransitionEx(int type)
Constructor for split slide transition effects.
type
- Type of a split transition effect.Method Detail |
---|
public int getDirection()
Direction of transition split.
Read/write TransitionInOutDirectionTypeEx
.
public void setDirection(int value)
public int getOrientation()
Orientation of transition split.
Read/write TransitionDirectionTypeEx
.
public void setOrientation(int value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |