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

NameTypeAccessDescription
IsNoEffectsboolReadGets the is no effects.
BlurEffectIBlur?Read/WriteGets or sets the blur effect.
FillOverlayEffectIFillOverlay?Read/WriteGets or sets the fill overlay effect.
GlowEffectIGlow?Read/WriteGets or sets the glow effect.
InnerShadowEffectIInnerShadow?Read/WriteGets or sets the inner shadow effect.
OuterShadowEffectIOuterShadow?Read/WriteGets or sets the outer shadow effect.
PresetShadowEffectIPresetShadow?Read/WriteGets or sets the preset shadow effect.
ReflectionEffectIReflection?Read/WriteGets or sets the reflection effect.
SoftEdgeEffectISoftEdge?Read/WriteGets or sets the soft edge effect.
AsIEffectParamSourceIEffectParamSourceReadGets the as i effect param source.
AsIPresentationComponentIPresentationComponentReadGets the as i presentation component.
SlideIBaseSlide?ReadGets the slide.
PresentationIPresentation?ReadGets the presentation.

Methods

SignatureDescription
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

See Also