EffectFormat
Overview
EffectFormat is a class in Aspose.Slides FOSS for Java.
Inherits from: PVIObject, IEffectFormat.
Represents effect formatting properties of a shape.
This class provides 42 methods for working with EffectFormat objects in Java programs.
Available methods include: EffectFormat, PVIObject, asIEffectParamSource, asIPresentationComponent, disableBlurEffect, disableFillOverlayEffect, disableGlowEffect, disableInnerShadowEffect, disableOuterShadowEffect, disablePresetShadowEffect, disableReflectionEffect, disableSoftEdgeEffect, and 28 additional methods.
All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package.
Properties: blurEffect, fillOverlayEffect, glowEffect, innerShadowEffect, noEffects, outerShadowEffect, and 5 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
noEffects | boolean | Read | Gets the no effects. |
blurEffect | IBlur | Read | Gets the blur effect. |
fillOverlayEffect | IFillOverlay | Read | Gets the fill overlay effect. |
glowEffect | IGlow | Read | Gets the glow effect. |
innerShadowEffect | IInnerShadow | Read | Gets the inner shadow effect. |
outerShadowEffect | IOuterShadow | Read | Gets the outer shadow effect. |
presetShadowEffect | IPresetShadow | Read | Gets the preset shadow effect. |
reflectionEffect | IReflection | Read | Gets the reflection effect. |
softEdgeEffect | ISoftEdge | Read | Gets the soft edge effect. |
slide | IBaseSlide | Read | Gets the slide. |
presentation | IPresentation | Read | Gets the presentation. |
Methods
| 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 effects is set. |
getBlurEffect() → IBlur | Returns the blur effect. |
setBlurEffect(value: IBlur) | Sets the blur effect value. |
getFillOverlayEffect() → IFillOverlay | Returns the fill overlay effect. |
setFillOverlayEffect(value: IFillOverlay) | Sets the fill overlay effect value. |
getGlowEffect() → IGlow | Returns the glow effect. |
setGlowEffect(value: IGlow) | Sets the glow effect value. |
getInnerShadowEffect() → IInnerShadow | Returns the inner shadow effect. |
setInnerShadowEffect(value: IInnerShadow) | Sets the inner shadow effect value. |
getOuterShadowEffect() → IOuterShadow | Returns the outer shadow effect. |
setOuterShadowEffect(value: IOuterShadow) | Sets the outer shadow effect value. |
getPresetShadowEffect() → IPresetShadow | Returns the preset shadow effect. |
setPresetShadowEffect(value: IPresetShadow) | Sets the preset shadow effect value. |
getReflectionEffect() → IReflection | Returns the reflection effect. |
setReflectionEffect(value: IReflection) | Sets the reflection effect value. |
getSoftEdgeEffect() → ISoftEdge | Returns the soft edge effect. |
setSoftEdgeEffect(value: ISoftEdge) | Sets the soft edge effect value. |
asIEffectParamSource() → IEffectParamSource | |
setBlurEffect(radius: double, grow: boolean) | Sets the blur effect value. |
enableBlurEffect() | |
enableFillOverlayEffect() | |
enableGlowEffect() | |
enableInnerShadowEffect() | |
enableOuterShadowEffect() | |
enablePresetShadowEffect() | |
enableReflectionEffect() | |
enableSoftEdgeEffect() | |
disableBlurEffect() | |
disableFillOverlayEffect() | |
disableGlowEffect() | |
disableInnerShadowEffect() | |
disableOuterShadowEffect() | |
disablePresetShadowEffect() | |
disableReflectionEffect() | |
disableSoftEdgeEffect() | |
PVIObject() | Creates a PVIObject with no parent slide. |
getSlide() → IBaseSlide | Returns the slide. |
getPresentation() → IPresentation | Returns the presentation. |
asIPresentationComponent() → IPresentationComponent | Returns this object as an {@link IPresentationComponent}. |