ShredTransition
Inheritance: java.lang.Object, com.aspose.slides.TransitionValueBase
All Implemented Interfaces: com.aspose.slides.IShredTransition
public class ShredTransition extends TransitionValueBase implements IShredTransition
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 final int getDirection()
Direction of transition. Read/write TransitionInOutDirectionType.
Returns: int
setDirection(int value)
public final void setDirection(int value)
Direction of transition. Read/write TransitionInOutDirectionType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getPattern()
public final int getPattern()
Specifies the shape of the visuals used during the transition. Read/write TransitionShredPattern.
Returns: int
setPattern(int value)
public final void setPattern(int value)
Specifies the shape of the visuals used during the transition. Read/write TransitionShredPattern.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |