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
| Name | Type | Access | Description |
|---|---|---|---|
is_no_effects | bool | Read | Indicates whether the shape has no visual effects applied |
blur_effect | IBlur | Read | Provides access to the IBlur effect configuration |
fill_overlay_effect | IFillOverlay | Read | Provides the IFillOverlay effect object for the shape |
glow_effect | IGlow | Read | Provides the IGlow effect object for the shape |
inner_shadow_effect | IInnerShadow | Read | Provides the IInnerShadow effect object for the shape |
outer_shadow_effect | IOuterShadow | Read | Provides the IOuterShadow effect object for the shape |
preset_shadow_effect | IPresetShadow | Read | Provides the IPresetShadow effect object for the shape |
reflection_effect | IReflection | Read | Provides the IReflection effect object for the shape |
soft_edge_effect | ISoftEdge | Read | Provides the ISoftEdge effect object for the shape |
as_i_effect_param_source | IEffectParamSource | Read | Returns the effect format as an IEffectParamSource interface |
Mètodes
| Signature | Description |
|---|---|
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 |