IEffectFormat

Overview

IEffectFormat is a interface in Aspose.Slides FOSS for .NET. Inherits from: IEffectParamSource.

Represents visual effect formatting properties for a shape.

Properties

NameTypeAccessDescription
IsNoEffectsboolRead
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.
AsIEffectParamSourceIEffectParamSourceReadProvides access to the effect parameter source interface

Methods

SignatureDescription
EnableBlurEffect()Enables the blur effect.
DisableBlurEffect()Disables the blur effect.
EnableFillOverlayEffect()Enables the fill overlay effect.
DisableFillOverlayEffect()Disables the fill overlay effect.
EnableGlowEffect()Enables the glow effect.
DisableGlowEffect()Disables the glow effect.
EnableInnerShadowEffect()Enables the inner shadow effect.
DisableInnerShadowEffect()Disables the inner shadow effect.
EnableOuterShadowEffect()Enables the outer shadow effect.
DisableOuterShadowEffect()Disables the outer shadow effect.
EnablePresetShadowEffect()Enables the preset shadow effect.
DisablePresetShadowEffect()Disables the preset shadow effect.
EnableReflectionEffect()Enables the reflection effect.
DisableReflectionEffect()Disables the reflection effect.
EnableSoftEdgeEffect()Enables the soft edge effect.
DisableSoftEdgeEffect()Disables the soft edge effect.
SetBlurEffect(radius: float, grow: bool)Sets blur effect parameters.

See Also