EffectFormat

Overview

EffectFormat is a class in Aspose.Slides FOSS for Python. Inherits from: PVIObject, ISlideComponent, IPresentationComponent.

Represents effect properties of shape.

Properties

NameTypeAccessDescription
is_no_effectsboolReadReturns true if all effects are disabled (as just created, default EffectFormat object).
blur_effectIBlurReadBlur effect.
fill_overlay_effectIFillOverlayReadFill overlay effect.
glow_effectIGlowReadGlow effect.
inner_shadow_effectIInnerShadowReadInner shadow.
outer_shadow_effectIOuterShadowReadOuter shadow.
preset_shadow_effectIPresetShadowReadPreset shadow.
reflection_effectIReflectionReadReflection.
soft_edge_effectISoftEdgeReadSoft edge.
as_i_effect_param_sourceIEffectParamSourceReadReturns the effect parameter source interface

Methods

SignatureDescription
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

See Also