IShredTransition
All Implemented Interfaces: com.aspose.slides.ITransitionValueBase
public interface IShredTransition extends ITransitionValueBase
Shred slide transition effect.
Methods
Method | Description |
---|---|
getDirection() | Direction of transition. |
setDirection(int value) | Direction of transition. |
getPattern() | Specifies the shape of the visuals used during the transition. |
setPattern(int value) | Specifies the shape of the visuals used during the transition. |
getDirection()
public abstract int getDirection()
Direction of transition. Read/write TransitionInOutDirectionType.
Returns: int
setDirection(int value)
public abstract void setDirection(int value)
Direction of transition. Read/write TransitionInOutDirectionType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getPattern()
public abstract int getPattern()
Specifies the shape of the visuals used during the transition. Read/write TransitionShredPattern.
Returns: int
setPattern(int value)
public abstract void setPattern(int value)
Specifies the shape of the visuals used during the transition. Read/write TransitionShredPattern.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |