IRevealTransition
All Implemented Interfaces: com.aspose.slides.ITransitionValueBase
public interface IRevealTransition extends ITransitionValueBase
Reveal slide transition effect.
Methods
Method | Description |
---|---|
getDirection() | Direction of transition. |
setDirection(int value) | Direction of transition. |
getThroughBlack() | Specifies whether the transition fades through black. |
setThroughBlack(boolean value) | Specifies whether the transition fades through black. |
getDirection()
public abstract int getDirection()
Direction of transition. Read/write TransitionLeftRightDirectionType.
Returns: int
setDirection(int value)
public abstract void setDirection(int value)
Direction of transition. Read/write TransitionLeftRightDirectionType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getThroughBlack()
public abstract boolean getThroughBlack()
Specifies whether the transition fades through black. Read/write boolean.
Returns: boolean
setThroughBlack(boolean value)
public abstract void setThroughBlack(boolean value)
Specifies whether the transition fades through black. Read/write boolean.
Parameters:
Parameter | Type | Description |
---|---|---|
value | boolean |