com.aspose.slides
Class GlitterTransition

java.lang.Object
  extended by com.aspose.slides.TransitionValueBase
      extended by com.aspose.slides.GlitterTransition
All Implemented Interfaces:
IGlitterTransition, ITransitionValueBase

public class GlitterTransition
extends TransitionValueBase
implements IGlitterTransition

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.
 
Methods inherited from class com.aspose.slides.TransitionValueBase
equals, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDirection

public int getDirection()

Direction of transition. Read/write TransitionSideDirectionType.

Specified by:
getDirection in interface IGlitterTransition

setDirection

public void setDirection(int value)

Direction of transition. Read/write TransitionSideDirectionType.

Specified by:
setDirection in interface IGlitterTransition

getPattern

public int getPattern()

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

Specified by:
getPattern in interface IGlitterTransition

setPattern

public void setPattern(int value)

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

Specified by:
setPattern in interface IGlitterTransition


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