EffectFormat

General

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

EffectFormat és una classe en Aspose.Slides per a Python. És heretat de: ゚PVIObject, ⌒ISlideComponentヽ , ゙IPresentationComponent .

Representa propietats d’efecte de la forma.

Propietats

NameTypeAccessDescription
is_no_effectsboolReadIndicates whether the shape has no visual effects applied
blur_effectIBlurReadProvides access to the IBlur effect configuration
fill_overlay_effectIFillOverlayReadProvides the IFillOverlay effect object for the shape
glow_effectIGlowReadProvides the IGlow effect object for the shape
inner_shadow_effectIInnerShadowReadProvides the IInnerShadow effect object for the shape
outer_shadow_effectIOuterShadowReadProvides the IOuterShadow effect object for the shape
preset_shadow_effectIPresetShadowReadProvides the IPresetShadow effect object for the shape
reflection_effectIReflectionReadProvides the IReflection effect object for the shape
soft_edge_effectISoftEdgeReadProvides the ISoftEdge effect object for the shape
as_i_effect_param_sourceIEffectParamSourceReadReturns the effect format as an IEffectParamSource interface

Mètodes

SignatureDescription
set_blur_effect(radius, grow)configures a blur effect with the specified radius and growth, whiledisable_blur_effect()` removes it
enable_fill_overlay_effect()Activates a fill overlay effect on the shape
enable_glow_effect()Activates a glow effect on the shape
enable_inner_shadow_effect()Activates an inner shadow effect on the shape
enable_outer_shadow_effect()` activates an outer shadow effect on a shape
enable_preset_shadow_effect()Activates a preset shadow effect on the shape
enable_reflection_effect()Activates a reflection effect on the shape
enable_soft_edge_effect()Activates a soft edge effect on the shape
disable_blur_effect()Deactivates any blur effect on the shape
disable_fill_overlay_effect()Removes the fill overlay effect from the shape
disable_glow_effect()Removes the glow effect from the shape
disable_inner_shadow_effect()Removes the inner shadow effect from the shape
disable_outer_shadow_effect()` removes any previously applied outer shadow effect
disable_preset_shadow_effect()Removes the preset shadow effect from the shape
disable_reflection_effect()Removes the reflection effect from the shape
disable_soft_edge_effect()Removes the soft edge effect from the shape
 Català