IEffectFormat — Aspose.Slides FOSS C# (.NET) API Reference
IEffectFormat — IEffectFormat API type. Inherits from: IEffectParamSource.
Package: Aspose.Slides.Foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
IsNoEffects | bool | 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 | |
AsIEffectParamSource | IEffectParamSource | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
EnableBlurEffect() | void | Enables the blur effect. |
DisableBlurEffect() | void | Disables the blur effect. |
EnableFillOverlayEffect() | void | Enables the fill overlay effect. |
DisableFillOverlayEffect() | void | Disables the fill overlay effect. |
EnableGlowEffect() | void | Enables the glow effect. |
DisableGlowEffect() | void | Disables the glow effect. |
EnableInnerShadowEffect() | void | Enables the inner shadow effect. |
DisableInnerShadowEffect() | void | Disables the inner shadow effect. |
EnableOuterShadowEffect() | void | Enables the outer shadow effect. |
DisableOuterShadowEffect() | void | Disables the outer shadow effect. |
EnablePresetShadowEffect() | void | Enables the preset shadow effect. |
DisablePresetShadowEffect() | void | Disables the preset shadow effect. |
EnableReflectionEffect() | void | Enables the reflection effect. |
DisableReflectionEffect() | void | Disables the reflection effect. |
EnableSoftEdgeEffect() | void | Enables the soft edge effect. |
DisableSoftEdgeEffect() | void | Disables the soft edge effect. |
SetBlurEffect(float radius, bool grow) | void | Sets blur effect parameters. |