IEffectFormatEffectiveData Interface

Imutable object which contains effective effect formatting properties.

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

The IEffectFormatEffectiveData type exposes the following members.

Properties
  NameDescription
Public propertyAsIEffectParamSource
Allows to get base IEffectParamSource interface. Read-only IEffectParamSource.
Public propertyBlurEffect
Blur effect. Read-only IBlurEffectiveData.
Public propertyFillOverlayEffect
Fill overlay effect. Read-only IFillOverlayEffectiveData.
Public propertyGlowEffect
Glow effect. Read-only IGlowEffectiveData.
Public propertyInnerShadowEffect
Inner shadow. Read-only IInnerShadowEffectiveData.
Public propertyIsNoEffects
Returns true if all effects are disabled (as just created, default EffectFormat object). Read-only Boolean.
Public propertyOuterShadowEffect
Outer shadow. Read-only IOuterShadowEffectiveData.
Public propertyPresetShadowEffect
Preset shadow. Read-only IPresetShadowEffectiveData.
Public propertyReflectionEffect
Reflection. Read-only IReflectionEffectiveData.
Public propertySoftEdgeEffect
Soft edge. Read-only ISoftEdgeEffectiveData.
Remarks
This interface is used together with the IEffectFormat interface to return effective formatting values with inheritance applied.
See Also