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.

Properties

NameTypeAccessDescription
IsNoEffectsboolReadIndicates whether no visual effects are applied
BlurEffectIBlur?Read/WriteGets the blur effect parameters if present
FillOverlayEffectIFillOverlay?Read/WriteGets the fill overlay effect parameters if present
GlowEffectIGlow?Read/WriteGets the glow effect parameters if present
InnerShadowEffectIInnerShadow?Read/WriteGets the inner shadow effect parameters if present
OuterShadowEffectIOuterShadow?Read/WriteGets the outer shadow effect parameters if present
PresetShadowEffectIPresetShadow?Read/WriteGets the preset shadow effect parameters if present
ReflectionEffectIReflection?Read/WriteGets the reflection effect parameters if present
SoftEdgeEffectISoftEdge?Read/WriteGets the soft edge effect parameters if present
AsIEffectParamSourceIEffectParamSourceReadProvides the effect parameters as an IEffectParamSource

Methods

SignatureDescription
SetBlurEffect(radius: float, grow: bool)Configures a blur effect with the given radius and optional growth
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