IFilterEffect
All Implemented Interfaces: com.aspose.slides.IBehavior
public interface IFilterEffect extends IBehavior
Represent filter effect of behavior.
Methods
Method | Description |
---|---|
getReveal() | Represents that effect with behavior must reveal (in/out) Read/write FilterEffectRevealType. |
setReveal(int value) | Represents that effect with behavior must reveal (in/out) Read/write FilterEffectRevealType. |
getType() | Represents type of filter effect. |
setType(int value) | Represents type of filter effect. |
getSubtype() | Represents subtype of filter effect. |
setSubtype(int value) | Represents subtype of filter effect. |
getReveal()
public abstract int getReveal()
Represents that effect with behavior must reveal (in/out) Read/write FilterEffectRevealType.
Returns: int
setReveal(int value)
public abstract void setReveal(int value)
Represents that effect with behavior must reveal (in/out) Read/write FilterEffectRevealType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getType()
public abstract int getType()
Represents type of filter effect. Read/write FilterEffectType.
Returns: int
setType(int value)
public abstract void setType(int value)
Represents type of filter effect. Read/write FilterEffectType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |
getSubtype()
public abstract int getSubtype()
Represents subtype of filter effect. Read/write FilterEffectSubtype.
Returns: int
setSubtype(int value)
public abstract void setSubtype(int value)
Represents subtype of filter effect. Read/write FilterEffectSubtype.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |