com.aspose.slides
Interface IPropertyEffect

All Superinterfaces:
IBehavior
All Known Implementing Classes:
PropertyEffect

public interface IPropertyEffect
extends IBehavior


Method Summary
 java.lang.String getBy()
           
 int getCalcMode()
           
 java.lang.String getFrom()
           
 IPointCollection getPoints()
           
 java.lang.String getTo()
           
 int getValueType()
           
 void setBy(java.lang.String value)
           
 void setCalcMode(int value)
           
 void setFrom(java.lang.String value)
           
 void setPoints(IPointCollection value)
           
 void setTo(java.lang.String value)
           
 void setValueType(int value)
           
 
Methods inherited from interface com.aspose.slides.IBehavior
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming
 

Method Detail

getFrom

java.lang.String getFrom()

setFrom

void setFrom(java.lang.String value)

getTo

java.lang.String getTo()

setTo

void setTo(java.lang.String value)

getBy

java.lang.String getBy()

setBy

void setBy(java.lang.String value)

getValueType

int getValueType()

setValueType

void setValueType(int value)

getCalcMode

int getCalcMode()

setCalcMode

void setCalcMode(int value)

getPoints

IPointCollection getPoints()

setPoints

void setPoints(IPointCollection value)