IEffectFormat — Aspose.Slides FOSS Python API Reference
Overview
IEffectFormat defines formatting options for i effect. Browse the properties and methods in the tables below to understand the complete public API surface of this type. All members listed here are part of the stable public API and may be used in production code targeting the FOSS edition. Refer to the package documentation for installation instructions and a complete list of related types.
Package: aspose.slides_foss
Properties
| Property | Type | Access | Description |
|---|---|---|---|
is_no_effects | bool | Read-only | Whether the _no_effects flag is set. |
blur_effect | IBlur | Read / Write | The blur_effect value. |
fill_overlay_effect | IFillOverlay | Read / Write | The fill_overlay_effect value. |
glow_effect | IGlow | Read / Write | The glow_effect value. |
inner_shadow_effect | IInnerShadow | Read / Write | The inner_shadow_effect value. |
outer_shadow_effect | IOuterShadow | Read / Write | The outer_shadow_effect value. |
preset_shadow_effect | IPresetShadow | Read / Write | The preset_shadow_effect value. |
reflection_effect | IReflection | Read / Write | The reflection_effect value. |
soft_edge_effect | ISoftEdge | Read / Write | The soft_edge_effect value. |
as_i_effect_param_source | IEffectParamSource | Read-only | The as_i_effect_param_source value. |
Methods
| Method | Returns | Description |
|---|---|---|
set_blur_effect(radius, grow) | None | Performs the set_blur_effect operation. |
enable_fill_overlay_effect() | None | Performs the enable_fill_overlay_effect operation. |
enable_glow_effect() | None | Performs the enable_glow_effect operation. |
enable_inner_shadow_effect() | None | Performs the enable_inner_shadow_effect operation. |
enable_outer_shadow_effect() | None | Performs the enable_outer_shadow_effect operation. |
enable_preset_shadow_effect() | None | Performs the enable_preset_shadow_effect operation. |
enable_reflection_effect() | None | Performs the enable_reflection_effect operation. |
enable_soft_edge_effect() | None | Performs the enable_soft_edge_effect operation. |
disable_blur_effect() | None | Performs the disable_blur_effect operation. |
disable_fill_overlay_effect() | None | Performs the disable_fill_overlay_effect operation. |
disable_glow_effect() | None | Performs the disable_glow_effect operation. |
disable_inner_shadow_effect() | None | Performs the disable_inner_shadow_effect operation. |
disable_outer_shadow_effect() | None | Performs the disable_outer_shadow_effect operation. |
disable_preset_shadow_effect() | None | Performs the disable_preset_shadow_effect operation. |
disable_reflection_effect() | None | Performs the disable_reflection_effect operation. |
disable_soft_edge_effect() | None | Performs the disable_soft_edge_effect operation. |