com.aspose.slides
Interface IBehavior

All Known Subinterfaces:
IColorEffect, ICommandEffect, IFilterEffect, IMotionEffect, IPropertyEffect, IRotationEffect, IScaleEffect, ISetEffect
All Known Implementing Classes:
Behavior, ColorEffect, CommandEffect, FilterEffect, MotionEffect, PropertyEffect, RotationEffect, ScaleEffect, SetEffect

public interface IBehavior


Method Summary
 byte getAccumulate()
           Represents whether animation behaviors are accumulated.
 int getAdditive()
           Represents whether the current animation behavior is combined with other running animations.
 IBehaviorProperties getProperties()
           Represents properties of behavior.
 ITiming getTiming()
           Represents timing properties for the effect behavior.
 void setAccumulate(byte value)
           Represents whether animation behaviors are accumulated.
 void setAdditive(int value)
           Represents whether the current animation behavior is combined with other running animations.
 void setTiming(ITiming value)
           Represents timing properties for the effect behavior.
 

Method Detail

getAccumulate

byte getAccumulate()

Represents whether animation behaviors are accumulated. Read/write NullableBool.


setAccumulate

void setAccumulate(byte value)

Represents whether animation behaviors are accumulated. Read/write NullableBool.


getAdditive

int getAdditive()

Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType.


setAdditive

void setAdditive(int value)

Represents whether the current animation behavior is combined with other running animations. Read/write BehaviorAdditiveType.


getProperties

IBehaviorProperties getProperties()

Represents properties of behavior. Read-only IBehaviorProperties.


getTiming

ITiming getTiming()

Represents timing properties for the effect behavior. Read/write ITiming.


setTiming

void setTiming(ITiming value)

Represents timing properties for the effect behavior. Read/write ITiming.



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