EffectFormat
General
EffectFormat is a class in Aspose.Slides for NET.
Inherits from: PVIObject, IEffectFormat, IEffectParamSource.
EffectFormat és una classe en Aspose.Slides per NET. És heretat de: ゚PVIObject, ⌒IEffectFormatヽ , ゙IEffectParamSource .
Representa propietats de formatació d’efecte recolzades per un element effectLst.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
IsNoEffects | bool | Read | Indicates whether the shape has no visual effects applied |
BlurEffect | IBlur? | Read/Write | Gets the blur effect parameters if a blur is configured |
FillOverlayEffect | IFillOverlay? | Read/Write | Gets the fill overlay effect parameters if set |
GlowEffect | IGlow? | Read/Write | Gets the glow effect parameters if a glow is configured |
InnerShadowEffect | IInnerShadow? | Read/Write | Gets the inner shadow effect parameters if present |
OuterShadowEffect | IOuterShadow? | Read/Write | Gets the outer shadow effect parameters if present |
PresetShadowEffect | IPresetShadow? | Read/Write | Gets the preset shadow effect parameters if configured |
ReflectionEffect | IReflection? | Read/Write | Gets the reflection effect parameters if a reflection is set |
SoftEdgeEffect | ISoftEdge? | Read/Write | Gets the soft edge effect parameters if a soft edge is applied |
AsIEffectParamSource | IEffectParamSource | Read | Provides the effect format as an IEffectParamSource interface |
Mètodes
| Signature | Description |
|---|---|
SetBlurEffect(radius: float, grow: bool) | Configures blur radius and growth flag |
EnableBlurEffect() | Enables the blur effect on the shape |
DisableBlurEffect() | Disables the blur effect on the shape |
EnableFillOverlayEffect() | Enables the fill overlay effect |
DisableFillOverlayEffect() | Disables the fill overlay effect |
EnableGlowEffect() | Enables the glow effect on the shape |
DisableGlowEffect() | Disables the glow effect on the shape |
EnableInnerShadowEffect() | Enables the inner shadow effect |
DisableInnerShadowEffect() | Disables the inner shadow effect |
EnableOuterShadowEffect() | Enables the outer shadow effect |
DisableOuterShadowEffect() | Disables the outer shadow effect |
EnablePresetShadowEffect() | Enables the preset shadow effect |
DisablePresetShadowEffect() | Disables the preset shadow effect |
EnableReflectionEffect() | Enables the reflection effect on the shape |
DisableReflectionEffect() | Disables the reflection effect on the shape |
EnableSoftEdgeEffect() | Enables the soft edge effect on the shape |
DisableSoftEdgeEffect() | Disables the soft edge effect on the shape |