IEffectFormat — Aspose.Slides FOSS Java API Reference

IEffectFormat — Represents effect formatting properties.

Package: org.aspose.slides.foss


Properties

PropertyTypeAccessDescription
noEffectsbooleanRead/Write
blurEffectIBlurRead/Write
fillOverlayEffectIFillOverlayRead/Write
glowEffectIGlowRead/Write
innerShadowEffectIInnerShadowRead/Write
outerShadowEffectIOuterShadowRead/Write
presetShadowEffectIPresetShadowRead/Write
reflectionEffectIReflectionRead/Write
softEdgeEffectISoftEdgeRead/Write

Methods

MethodReturnsDescription
isNoEffects()booleanReturns true if all effects are disabled.
getBlurEffect()IBlurReturns the blur effect, or null if not present.
setBlurEffect(IBlur value)voidSets or removes the blur effect.
getFillOverlayEffect()IFillOverlayReturns the fill overlay effect, or null if not present.
setFillOverlayEffect(IFillOverlay value)voidSets or removes the fill overlay effect.
getGlowEffect()IGlowReturns the glow effect, or null if not present.
setGlowEffect(IGlow value)voidSets or removes the glow effect.
getInnerShadowEffect()IInnerShadowReturns the inner shadow effect, or null if not present.
setInnerShadowEffect(IInnerShadow value)voidSets or removes the inner shadow effect.
getOuterShadowEffect()IOuterShadowReturns the outer shadow effect, or null if not present.
setOuterShadowEffect(IOuterShadow value)voidSets or removes the outer shadow effect.
getPresetShadowEffect()IPresetShadowReturns the preset shadow effect, or null if not present.
setPresetShadowEffect(IPresetShadow value)voidSets or removes the preset shadow effect.
getReflectionEffect()IReflectionReturns the reflection effect, or null if not present.
setReflectionEffect(IReflection value)voidSets or removes the reflection effect.
getSoftEdgeEffect()ISoftEdgeReturns the soft edge effect, or null if not present.
setSoftEdgeEffect(ISoftEdge value)voidSets or removes the soft edge effect.
asIEffectParamSource()IEffectParamSourceReturns this object as an IEffectParamSource.
setBlurEffect(double radius, boolean grow)voidSets a blur effect with the specified parameters.
enableBlurEffect()voidEnables the blur effect (creates element if absent).
enableFillOverlayEffect()voidEnables the fill overlay effect (creates element if absent).
enableGlowEffect()voidEnables the glow effect (creates element if absent).
enableInnerShadowEffect()voidEnables the inner shadow effect (creates element if absent).
enableOuterShadowEffect()voidEnables the outer shadow effect (creates element if absent).
enablePresetShadowEffect()voidEnables the preset shadow effect (creates element if absent).
enableReflectionEffect()voidEnables the reflection effect (creates element if absent).
enableSoftEdgeEffect()voidEnables the soft edge effect (creates element if absent).
disableBlurEffect()voidDisables the blur effect (removes element).
disableFillOverlayEffect()voidDisables the fill overlay effect (removes element).
disableGlowEffect()voidDisables the glow effect (removes element).
disableInnerShadowEffect()voidDisables the inner shadow effect (removes element).
disableOuterShadowEffect()voidDisables the outer shadow effect (removes element).
disablePresetShadowEffect()voidDisables the preset shadow effect (removes element).
disableReflectionEffect()voidDisables the reflection effect (removes element).
disableSoftEdgeEffect()voidDisables the soft edge effect (removes element).

See Also