|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.BehaviorEx
com.aspose.slides.FilterEffectEx
public class FilterEffectEx
Represent filter effect of behavior.
Constructor Summary | |
---|---|
FilterEffectEx()
Default constructor. |
Method Summary | |
---|---|
int |
getReveal()
Represents that effect with behavior must reveal (in/out) Read/write FilterEffectRevealTypeEx . |
int |
getSubtype()
Represents subtype of filter effect. |
int |
getType()
Represents type of filter effect. |
void |
setReveal(int value)
|
void |
setSubtype(int value)
|
void |
setType(int value)
|
Methods inherited from class com.aspose.slides.BehaviorEx |
---|
getAccumulate, getAdditive, getProperties, getTiming, setAccumulate, setAdditive, setTiming |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FilterEffectEx()
Default constructor.
Method Detail |
---|
public int getReveal()
Represents that effect with behavior must reveal (in/out)
Read/write FilterEffectRevealTypeEx
.
public void setReveal(int value)
public int getType()
Represents type of filter effect.
Read/write FilterEffectTypeEx
.
public void setType(int value)
public int getSubtype()
Represents subtype of filter effect.
Read/write FilterEffectSubtypeEx
.
public void setSubtype(int value)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |