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

EffectFormat — EffectFormat API type. Inherits from: PVIObject, IEffectFormat, 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
SetBlurEffect(float radius, bool grow)void
EnableBlurEffect()void
DisableBlurEffect()void
EnableFillOverlayEffect()void
DisableFillOverlayEffect()void
EnableGlowEffect()void
DisableGlowEffect()void
EnableInnerShadowEffect()void
DisableInnerShadowEffect()void
EnableOuterShadowEffect()void
DisableOuterShadowEffect()void
EnablePresetShadowEffect()void
DisablePresetShadowEffect()void
EnableReflectionEffect()void
DisableReflectionEffect()void
EnableSoftEdgeEffect()void
DisableSoftEdgeEffect()void

See Also