EffectFormat
Overview
EffectFormat is a class in Aspose.Slides FOSS for Python.
Inherits from: PVIObject, ISlideComponent, IPresentationComponent.
Represents effect properties of shape.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
is_no_effects | bool | Read | Returns true if all effects are disabled (as just created, default EffectFormat object). |
blur_effect | IBlur | Read | Blur effect. |
fill_overlay_effect | IFillOverlay | Read | Fill overlay effect. |
glow_effect | IGlow | Read | Glow effect. |
inner_shadow_effect | IInnerShadow | Read | Inner shadow. |
outer_shadow_effect | IOuterShadow | Read | Outer shadow. |
preset_shadow_effect | IPresetShadow | Read | Preset shadow. |
reflection_effect | IReflection | Read | Reflection. |
soft_edge_effect | ISoftEdge | Read | Soft edge. |
as_i_effect_param_source | IEffectParamSource | Read | Returns the effect parameter source interface |
Methods
| Signature | Description |
|---|---|
set_blur_effect(radius, grow) | Configures a blur effect with the given radius and grow flag |
enable_fill_overlay_effect() | Activates the fill overlay effect on the shape |
enable_glow_effect() | Activates the glow effect on the shape |
enable_inner_shadow_effect() | Activates the inner shadow effect on the shape |
enable_outer_shadow_effect() | Activates the outer shadow effect on the shape |
enable_preset_shadow_effect() | Activates the preset shadow effect on the shape |
enable_reflection_effect() | Activates the reflection effect on the shape |
enable_soft_edge_effect() | Activates the soft edge effect on the shape |
disable_blur_effect() | Deactivates any blur effect on the shape |
disable_fill_overlay_effect() | Deactivates the fill overlay effect on the shape |
disable_glow_effect() | Deactivates the glow effect on the shape |
disable_inner_shadow_effect() | Deactivates the inner shadow effect on the shape |
disable_outer_shadow_effect() | Deactivates the outer shadow effect on the shape |
disable_preset_shadow_effect() | Deactivates the preset shadow effect on the shape |
disable_reflection_effect() | Deactivates the reflection effect on the shape |
disable_soft_edge_effect() | Deactivates the soft edge effect on the shape |