IGlitterTransition

All Implemented Interfaces: com.aspose.slides.ITransitionValueBase

public interface IGlitterTransition extends ITransitionValueBase

Glitter slide transition effect.

Methods

MethodDescription
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 TransitionSideDirectionType.

Returns: int

setDirection(int value)

public abstract void setDirection(int value)

Direction of transition. Read/write TransitionSideDirectionType.

Parameters:

ParameterTypeDescription
valueint

getPattern()

public abstract int getPattern()

Specifies the shape of the visuals used during the transition. Read/write TransitionPattern.

Returns: int

setPattern(int value)

public abstract void setPattern(int value)

Specifies the shape of the visuals used during the transition. Read/write TransitionPattern.

Parameters:

ParameterTypeDescription
valueint