IEffectFormat — Aspose.Slides FOSS Java API Reference
IEffectFormat — Represents effect formatting properties.
Package: org.aspose.slides.foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
noEffects | boolean | Read/Write | |
blurEffect | IBlur | Read/Write | |
fillOverlayEffect | IFillOverlay | Read/Write | |
glowEffect | IGlow | Read/Write | |
innerShadowEffect | IInnerShadow | Read/Write | |
outerShadowEffect | IOuterShadow | Read/Write | |
presetShadowEffect | IPresetShadow | Read/Write | |
reflectionEffect | IReflection | Read/Write | |
softEdgeEffect | ISoftEdge | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
isNoEffects() | boolean | Returns true if all effects are disabled. |
getBlurEffect() | IBlur | Returns the blur effect, or null if not present. |
setBlurEffect(IBlur value) | void | Sets or removes the blur effect. |
getFillOverlayEffect() | IFillOverlay | Returns the fill overlay effect, or null if not present. |
setFillOverlayEffect(IFillOverlay value) | void | Sets or removes the fill overlay effect. |
getGlowEffect() | IGlow | Returns the glow effect, or null if not present. |
setGlowEffect(IGlow value) | void | Sets or removes the glow effect. |
getInnerShadowEffect() | IInnerShadow | Returns the inner shadow effect, or null if not present. |
setInnerShadowEffect(IInnerShadow value) | void | Sets or removes the inner shadow effect. |
getOuterShadowEffect() | IOuterShadow | Returns the outer shadow effect, or null if not present. |
setOuterShadowEffect(IOuterShadow value) | void | Sets or removes the outer shadow effect. |
getPresetShadowEffect() | IPresetShadow | Returns the preset shadow effect, or null if not present. |
setPresetShadowEffect(IPresetShadow value) | void | Sets or removes the preset shadow effect. |
getReflectionEffect() | IReflection | Returns the reflection effect, or null if not present. |
setReflectionEffect(IReflection value) | void | Sets or removes the reflection effect. |
getSoftEdgeEffect() | ISoftEdge | Returns the soft edge effect, or null if not present. |
setSoftEdgeEffect(ISoftEdge value) | void | Sets or removes the soft edge effect. |
asIEffectParamSource() | IEffectParamSource | Returns this object as an IEffectParamSource. |
setBlurEffect(double radius, boolean grow) | void | Sets a blur effect with the specified parameters. |
enableBlurEffect() | void | Enables the blur effect (creates element if absent). |
enableFillOverlayEffect() | void | Enables the fill overlay effect (creates element if absent). |
enableGlowEffect() | void | Enables the glow effect (creates element if absent). |
enableInnerShadowEffect() | void | Enables the inner shadow effect (creates element if absent). |
enableOuterShadowEffect() | void | Enables the outer shadow effect (creates element if absent). |
enablePresetShadowEffect() | void | Enables the preset shadow effect (creates element if absent). |
enableReflectionEffect() | void | Enables the reflection effect (creates element if absent). |
enableSoftEdgeEffect() | void | Enables the soft edge effect (creates element if absent). |
disableBlurEffect() | void | Disables the blur effect (removes element). |
disableFillOverlayEffect() | void | Disables the fill overlay effect (removes element). |
disableGlowEffect() | void | Disables the glow effect (removes element). |
disableInnerShadowEffect() | void | Disables the inner shadow effect (removes element). |
disableOuterShadowEffect() | void | Disables the outer shadow effect (removes element). |
disablePresetShadowEffect() | void | Disables the preset shadow effect (removes element). |
disableReflectionEffect() | void | Disables the reflection effect (removes element). |
disableSoftEdgeEffect() | void | Disables the soft edge effect (removes element). |