public interface IShredTransition extends ITransitionValueBase
Shred slide transition effect.
Modifier and Type | Method and Description |
---|---|
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.
|
int getDirection()
Direction of transition.
Read/write TransitionInOutDirectionType
.
void setDirection(int value)
Direction of transition.
Read/write TransitionInOutDirectionType
.
int getPattern()
Specifies the shape of the visuals used during the transition.
Read/write TransitionShredPattern
.
void setPattern(int value)
Specifies the shape of the visuals used during the transition.
Read/write TransitionShredPattern
.