|
||||||||
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.ShredTransition
public class ShredTransition
Shred slide transition effect.
Method Summary | |
---|---|
int |
getDirection()
Direction of transition. |
int |
getPattern()
Specifies the shape of the visuals used during the transition. |
void |
setDirection(int value)
Direction of transition. |
void |
setPattern(int value)
Specifies the shape of the visuals used during the transition. |
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.
Read/write TransitionInOutDirectionType
.
getDirection
in interface IShredTransition
public void setDirection(int value)
Direction of transition.
Read/write TransitionInOutDirectionType
.
setDirection
in interface IShredTransition
public int getPattern()
Specifies the shape of the visuals used during the transition.
Read/write TransitionShredPattern
.
getPattern
in interface IShredTransition
public void setPattern(int value)
Specifies the shape of the visuals used during the transition.
Read/write TransitionShredPattern
.
Use values of TransitionShredPattern type for the "value" parameter.
setPattern
in interface IShredTransition
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |