com.aspose.slides
Class Effect

java.lang.Object
  extended by com.aspose.slides.Effect
All Implemented Interfaces:
IEffect

public class Effect
extends java.lang.Object
implements IEffect

Represent animation effect.


Method Summary
 IBehaviorCollection getBehaviors()
           Returns collection of behavior for effect.
 int getPresetClassType()
           Defines class of effect.
 ISequence getSequence()
           Returns a sequence for an effect.
 int getSubtype()
           Defines subtype of effect.
 ITextAnimation getTextAnimation()
           TextAnimation Read-only ITextAnimation.
 ITiming getTiming()
           Defines timing value for effect.
 int getType()
           Defines type of effect.
 void setBehaviors(IBehaviorCollection value)
           Returns collection of behavior for effect.
 void setPresetClassType(int value)
           Defines class of effect.
 void setSubtype(int value)
           Defines subtype of effect.
 void setTiming(ITiming value)
           Defines timing value for effect.
 void setType(int value)
           Defines type of effect.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getSequence

public ISequence getSequence()

Returns a sequence for an effect. Read-only ISequence.

Specified by:
getSequence in interface IEffect

getTextAnimation

public ITextAnimation getTextAnimation()

TextAnimation Read-only ITextAnimation.

Specified by:
getTextAnimation in interface IEffect

getPresetClassType

public int getPresetClassType()

Defines class of effect. Read/write EffectPresetClassType.

Specified by:
getPresetClassType in interface IEffect

setPresetClassType

public void setPresetClassType(int value)

Defines class of effect. Read/write EffectPresetClassType.

Specified by:
setPresetClassType in interface IEffect

getType

public int getType()

Defines type of effect. Read/write EffectType.

Specified by:
getType in interface IEffect

setType

public void setType(int value)

Defines type of effect. Read/write EffectType.

Specified by:
setType in interface IEffect

getSubtype

public int getSubtype()

Defines subtype of effect. Read/write EffectSubtype.

Specified by:
getSubtype in interface IEffect

setSubtype

public void setSubtype(int value)

Defines subtype of effect. Read/write EffectSubtype.

Specified by:
setSubtype in interface IEffect

getBehaviors

public IBehaviorCollection getBehaviors()

Returns collection of behavior for effect. Read/write IBehaviorCollection.

Specified by:
getBehaviors in interface IEffect

setBehaviors

public void setBehaviors(IBehaviorCollection value)

Returns collection of behavior for effect. Read/write IBehaviorCollection.

Specified by:
setBehaviors in interface IEffect

getTiming

public ITiming getTiming()

Defines timing value for effect. Read/write ITiming.

Specified by:
getTiming in interface IEffect

setTiming

public void setTiming(ITiming value)

Defines timing value for effect. Read/write ITiming.

Specified by:
setTiming in interface IEffect


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