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

PropertyTypeAccessDescription
is_no_effectsboolRead-onlyWhether the _no_effects flag is set.
blur_effectIBlurRead / WriteThe blur_effect value.
fill_overlay_effectIFillOverlayRead / WriteThe fill_overlay_effect value.
glow_effectIGlowRead / WriteThe glow_effect value.
inner_shadow_effectIInnerShadowRead / WriteThe inner_shadow_effect value.
outer_shadow_effectIOuterShadowRead / WriteThe outer_shadow_effect value.
preset_shadow_effectIPresetShadowRead / WriteThe preset_shadow_effect value.
reflection_effectIReflectionRead / WriteThe reflection_effect value.
soft_edge_effectISoftEdgeRead / WriteThe soft_edge_effect value.
as_i_effect_param_sourceIEffectParamSourceRead-onlyThe as_i_effect_param_source value.

Methods

MethodReturnsDescription
set_blur_effect(radius, grow)NonePerforms the set_blur_effect operation.
enable_fill_overlay_effect()NonePerforms the enable_fill_overlay_effect operation.
enable_glow_effect()NonePerforms the enable_glow_effect operation.
enable_inner_shadow_effect()NonePerforms the enable_inner_shadow_effect operation.
enable_outer_shadow_effect()NonePerforms the enable_outer_shadow_effect operation.
enable_preset_shadow_effect()NonePerforms the enable_preset_shadow_effect operation.
enable_reflection_effect()NonePerforms the enable_reflection_effect operation.
enable_soft_edge_effect()NonePerforms the enable_soft_edge_effect operation.
disable_blur_effect()NonePerforms the disable_blur_effect operation.
disable_fill_overlay_effect()NonePerforms the disable_fill_overlay_effect operation.
disable_glow_effect()NonePerforms the disable_glow_effect operation.
disable_inner_shadow_effect()NonePerforms the disable_inner_shadow_effect operation.
disable_outer_shadow_effect()NonePerforms the disable_outer_shadow_effect operation.
disable_preset_shadow_effect()NonePerforms the disable_preset_shadow_effect operation.
disable_reflection_effect()NonePerforms the disable_reflection_effect operation.
disable_soft_edge_effect()NonePerforms the disable_soft_edge_effect operation.

See Also