EffectFormat
Overview
EffectFormat is a class in Aspose.Slides FOSS for .NET.
Inherits from: PVIObject, IEffectFormat, IEffectParamSource.
Represents effect formatting properties backed by an effectLst element.
This class provides 17 methods for working with EffectFormat objects in .NET programs.
Available methods include: DisableBlurEffect, DisableFillOverlayEffect, DisableGlowEffect, DisableInnerShadowEffect, DisableOuterShadowEffect, DisablePresetShadowEffect, DisableReflectionEffect, DisableSoftEdgeEffect, EnableBlurEffect, EnableFillOverlayEffect, EnableGlowEffect, EnableInnerShadowEffect, and 5 additional methods.
All public members are accessible to any .NET application after installing the Aspose.Slides FOSS for .NET package.
Properties: AsIEffectParamSource, AsIPresentationComponent, BlurEffect, FillOverlayEffect, GlowEffect, InnerShadowEffect, and 7 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
IsNoEffects | bool | Read | Gets the is no effects. |
BlurEffect | IBlur? | Read/Write | Gets or sets the blur effect. |
FillOverlayEffect | IFillOverlay? | Read/Write | Gets or sets the fill overlay effect. |
GlowEffect | IGlow? | Read/Write | Gets or sets the glow effect. |
InnerShadowEffect | IInnerShadow? | Read/Write | Gets or sets the inner shadow effect. |
OuterShadowEffect | IOuterShadow? | Read/Write | Gets or sets the outer shadow effect. |
PresetShadowEffect | IPresetShadow? | Read/Write | Gets or sets the preset shadow effect. |
ReflectionEffect | IReflection? | Read/Write | Gets or sets the reflection effect. |
SoftEdgeEffect | ISoftEdge? | Read/Write | Gets or sets the soft edge effect. |
AsIEffectParamSource | IEffectParamSource | Read | Gets the as i effect param source. |
AsIPresentationComponent | IPresentationComponent | Read | Gets the as i presentation component. |
Slide | IBaseSlide? | Read | Gets the slide. |
Presentation | IPresentation? | Read | Gets the presentation. |
Methods
| Signature | Description |
|---|---|
SetBlurEffect(radius: float, grow: bool) | Sets the blur effect value. |
EnableBlurEffect() | Activates the blur effect on the format |
DisableBlurEffect() | Deactivates the blur effect on the format |
EnableFillOverlayEffect() | Turns on the fill overlay visual effect |
DisableFillOverlayEffect() | Turns off the fill overlay visual effect |
EnableGlowEffect() | Activates the glow effect on the format |
DisableGlowEffect() | Deactivates the glow effect on the format |
EnableInnerShadowEffect() | Enables the inner shadow visual effect |
DisableInnerShadowEffect() | Disables the inner shadow visual effect |
EnableOuterShadowEffect() | Enables the outer shadow visual effect |
DisableOuterShadowEffect() | Disables the outer shadow visual effect |
EnablePresetShadowEffect() | Activates a preset shadow effect |
DisablePresetShadowEffect() | Deactivates the preset shadow effect |
EnableReflectionEffect() | Turns on the reflection visual effect |
DisableReflectionEffect() | Turns off the reflection visual effect |
EnableSoftEdgeEffect() | Enables the soft edge visual effect |
DisableSoftEdgeEffect() | Disables the soft edge visual effect |