EffectFormat
General
EffectFormat is a class in Aspose.Slides FOSS for Java.
Inherits from: PVIObject, IEffectFormat.
EffectFormat és una classe en Aspose.Slides FOSS per a Java. Hereta de: ゚ PVIObject⌒, ∂IEffectFormatヽ .
Representa les propietats de formatació d’efecte d ‘una forma.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
noEffects | boolean | Read | Property indicates whether the format has no effects applied |
blurEffect | IBlur | Read | Property gets or sets the blur effect object |
fillOverlayEffect | IFillOverlay | Read | Property gets or sets the fill overlay effect object |
glowEffect | IGlow | Read | Property gets or sets the glow effect object |
innerShadowEffect | IInnerShadow | Read | Property gets or sets the inner shadow effect object |
outerShadowEffect | IOuterShadow | Read | Property gets or sets the outer shadow effect object |
presetShadowEffect | IPresetShadow | Read | Property gets or sets the preset shadow effect object |
reflectionEffect | IReflection | Read | Property gets or sets the reflection effect object |
softEdgeEffect | ISoftEdge | Read | Property gets or sets the soft edge effect object |
Mètodes
| Signature | Description |
|---|---|
EffectFormat() | Creates a new EffectFormat with no backing element. |
EffectFormat(parentElement: Element, saveCallback: Runnable) | Creates a new EffectFormat backed by the given parent XML element. |
initInternal(parentElement: Element, saveCallback: Runnable, parentSlide: IBaseSlide) | Internal initialization that binds this EffectFormat to its XML element, |
| save callback, and parent slide. | |
isNoEffects() → boolean | Returns true if no visual effects are applied |
getBlurEffect() → IBlur | Returns the IBlur object representing the blur effect |
setBlurEffect(value: IBlur) | Sets blur radius and grow flag for the blur effect |
getFillOverlayEffect() → IFillOverlay | Returns the IFillOverlay representing the fill overlay effect |
setFillOverlayEffect(value: IFillOverlay) | Sets the fill overlay effect to the provided IFillOverlay |
getGlowEffect() → IGlow | Returns the IGlow object for the glow effect |
setGlowEffect(value: IGlow) | Assigns the provided IGlow as the glow effect |
getInnerShadowEffect() → IInnerShadow | Returns the IInnerShadow representing the inner shadow effect |
setInnerShadowEffect(value: IInnerShadow) | Sets the inner shadow effect to the given IInnerShadow |
getOuterShadowEffect() → IOuterShadow | Returns the IOuterShadow for the outer shadow effect |
setOuterShadowEffect(value: IOuterShadow) | Assigns the given IOuterShadow as the outer shadow effect |
getPresetShadowEffect() → IPresetShadow | Returns the IPresetShadow representing the preset shadow effect |
setPresetShadowEffect(value: IPresetShadow) | Sets the preset shadow effect to the supplied IPresetShadow |
getReflectionEffect() → IReflection | Returns the IReflection object for the reflection effect |
setReflectionEffect(value: IReflection) | Assigns the provided IReflection as the reflection effect |
getSoftEdgeEffect() → ISoftEdge | Returns the ISoftEdge representing the soft edge effect |
setSoftEdgeEffect(value: ISoftEdge) | Sets the soft edge effect to the given ISoftEdge |
asIEffectParamSource() → IEffectParamSource | Returns this object as an IEffectParamSource |
setBlurEffect(radius: double, grow: boolean) | |
enableBlurEffect() | Activates the blur effect on the format |
enableFillOverlayEffect() | Activates the fill overlay effect |
enableGlowEffect() | Activates the glow effect |
enableInnerShadowEffect() | Activates the inner shadow effect |
enableOuterShadowEffect() | Activates the outer shadow effect |
enablePresetShadowEffect() | Activates the preset shadow effect |
enableReflectionEffect() | Activates the reflection effect |
enableSoftEdgeEffect() | Activates the soft edge effect |
disableBlurEffect() | |
disableFillOverlayEffect() | |
disableGlowEffect() | |
disableInnerShadowEffect() | |
disableOuterShadowEffect() | |
disablePresetShadowEffect() | |
disableReflectionEffect() | |
disableSoftEdgeEffect() |