com.aspose.slides
Interface IGlitterTransition

All Superinterfaces:
ITransitionValueBase
All Known Implementing Classes:
GlitterTransition

public interface IGlitterTransition
extends ITransitionValueBase

Glitter slide transition effect.


Method Summary
 int getDirection()
           Direction of transition.
 int getPattern()
           Specifies the shape of the visuals used during the transition.
 void setDirection(int value)
           Direction of transition.
 void setPattern(int value)
           Specifies the shape of the visuals used during the transition.
 

Method Detail

getDirection

int getDirection()

Direction of transition. Read/write TransitionSideDirectionType.


setDirection

void setDirection(int value)

Direction of transition. Read/write TransitionSideDirectionType.


getPattern

int getPattern()

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


setPattern

void setPattern(int value)

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



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.