EffectFormat
Overview
EffectFormat is a class in Aspose.Slides FOSS for .NET.
Inherits from: PVIObject, IEffectFormat, IEffectParamSource.
Represents effect formatting properties backed by an effectLst element.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
IsNoEffects | bool | Read | Indicates whether no visual effects are applied |
BlurEffect | IBlur? | Read/Write | Gets the blur effect parameters if present |
FillOverlayEffect | IFillOverlay? | Read/Write | Gets the fill overlay effect parameters if present |
GlowEffect | IGlow? | Read/Write | Gets the glow effect parameters if present |
InnerShadowEffect | IInnerShadow? | Read/Write | Gets the inner shadow effect parameters if present |
OuterShadowEffect | IOuterShadow? | Read/Write | Gets the outer shadow effect parameters if present |
PresetShadowEffect | IPresetShadow? | Read/Write | Gets the preset shadow effect parameters if present |
ReflectionEffect | IReflection? | Read/Write | Gets the reflection effect parameters if present |
SoftEdgeEffect | ISoftEdge? | Read/Write | Gets the soft edge effect parameters if present |
AsIEffectParamSource | IEffectParamSource | Read | Provides the effect parameters as an IEffectParamSource |
Methods
| Signature | Description |
|---|---|
SetBlurEffect(radius: float, grow: bool) | Configures a blur effect with the given radius and optional growth |
EnableBlurEffect() | Activates the blur effect on the format |
DisableBlurEffect() | Deactivates the blur effect on the format |
EnableFillOverlayEffect() | Turns on the fill overlay visual effect |
DisableFillOverlayEffect() | Turns off the fill overlay visual effect |
EnableGlowEffect() | Activates the glow effect on the format |
DisableGlowEffect() | Deactivates the glow effect on the format |
EnableInnerShadowEffect() | Enables the inner shadow visual effect |
DisableInnerShadowEffect() | Disables the inner shadow visual effect |
EnableOuterShadowEffect() | Enables the outer shadow visual effect |
DisableOuterShadowEffect() | Disables the outer shadow visual effect |
EnablePresetShadowEffect() | Activates a preset shadow effect |
DisablePresetShadowEffect() | Deactivates the preset shadow effect |
EnableReflectionEffect() | Turns on the reflection visual effect |
DisableReflectionEffect() | Turns off the reflection visual effect |
EnableSoftEdgeEffect() | Enables the soft edge visual effect |
DisableSoftEdgeEffect() | Disables the soft edge visual effect |