IEffectFormat — Aspose.Slides FOSS C# (.NET) API Reference

IEffectFormat — IEffectFormat API type. Inherits from: IEffectParamSource.

Package: Aspose.Slides.Foss


Properties

PropertyTypeAccessDescription
IsNoEffectsboolRead/Write
BlurEffectIBlur?Read/Write
FillOverlayEffectIFillOverlay?Read/Write
GlowEffectIGlow?Read/Write
InnerShadowEffectIInnerShadow?Read/Write
OuterShadowEffectIOuterShadow?Read/Write
PresetShadowEffectIPresetShadow?Read/Write
ReflectionEffectIReflection?Read/Write
SoftEdgeEffectISoftEdge?Read/Write
AsIEffectParamSourceIEffectParamSourceRead/Write

Methods

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

See Also