IEffectFormat Interface

Represents effect properties of shape.

Namespace:  Aspose.Slides
Assembly:  Aspose.Slides (in Aspose.Slides.dll) Version: 20.3.0.0 (20.3)
Syntax
public interface IEffectFormat : IEffectParamSource

The IEffectFormat type exposes the following members.

Properties
  NameDescription
Public propertyAsIEffectParamSource
Allows to get base IEffectParamSource interface. Read-only IEffectParamSource.
Public propertyBlurEffect
Blur effect. Read/write IBlur.
Public propertyFillOverlayEffect
Fill overlay effect. Read/write IFillOverlay.
Public propertyGlowEffect
Glow effect. Read/write IGlow.
Public propertyInnerShadowEffect
Inner shadow. Read/write IInnerShadow.
Public propertyIsNoEffects
Returns true if all effects are disabled (as just created, default EffectFormat object). Read-only Boolean.
Public propertyOuterShadowEffect
Outer shadow. Read/write IOuterShadow.
Public propertyPresetShadowEffect
Preset shadow. Read/write IPresetShadow.
Public propertyReflectionEffect
Reflection. Read/write IReflection.
Public propertySoftEdgeEffect
Soft edge. Read/write ISoftEdge.
Methods
  NameDescription
Public methodDisableBlurEffect
Disables blur effect.
Public methodDisableFillOverlayEffect
Disables fill overlay effect.
Public methodDisableGlowEffect
Disable glow effect.
Public methodDisableInnerShadowEffect
Disables inner shadow effect.
Public methodDisableOuterShadowEffect
Disables outer shadow effect.
Public methodDisablePresetShadowEffect
Disables preset shadow effect.
Public methodDisableReflectionEffect
Disables reflection effect.
Public methodDisableSoftEdgeEffect
Disables soft edge effect.
Public methodEnableFillOverlayEffect
Enables fill overlay effect.
Public methodEnableGlowEffect
Enables glow effect.
Public methodEnableInnerShadowEffect
Enables inner shadow effect.
Public methodEnableOuterShadowEffect
Enables outer shadow effect.
Public methodEnablePresetShadowEffect
Enables preset shadows effect.
Public methodEnableReflectionEffect
Enables reflection effect.
Public methodEnableSoftEdgeEffect
Enables soft edge effect.
Public methodGetEffective
Gets effective effect formatting data with the inheritance applied.
Public methodSetBlurEffect
Sets blur effect.
See Also