RevealTransition

Inheritance: java.lang.Object, com.aspose.slides.TransitionValueBase

All Implemented Interfaces: com.aspose.slides.IRevealTransition

public class RevealTransition extends TransitionValueBase implements IRevealTransition

Reveal slide transition effect.

Methods

MethodDescription
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 final int getDirection()

Direction of transition. Read/write TransitionLeftRightDirectionType.

Returns: int

setDirection(int value)

public final void setDirection(int value)

Direction of transition. Read/write TransitionLeftRightDirectionType.

Parameters:

ParameterTypeDescription
valueint

getThroughBlack()

public final boolean getThroughBlack()

Specifies whether the transition fades through black. Read/write boolean.

Returns: boolean

setThroughBlack(boolean value)

public final void setThroughBlack(boolean value)

Specifies whether the transition fades through black. Read/write boolean.

Parameters:

ParameterTypeDescription
valueboolean