com.aspose.slides
Interface ISetEffect

All Superinterfaces:
IBehavior
All Known Implementing Classes:
SetEffect

public interface ISetEffect
extends IBehavior


Method Summary
 java.lang.Object getTo()
           Specifies the certain attribute of a effect after an animation effect.
 void setTo(java.lang.Object value)
           Specifies the certain attribute of a effect after an animation effect.
 
Methods inherited from interface com.aspose.slides.IBehavior
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming
 

Method Detail

getTo

java.lang.Object getTo()

Specifies the certain attribute of a effect after an animation effect. Represents point value. Only: bool, ColorFormat, float, int, string. Read/write Object.


setTo

void setTo(java.lang.Object value)

Specifies the certain attribute of a effect after an animation effect. Represents point value. Only: bool, ColorFormat, float, int, string. Read/write Object.



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