EffectFormat — Aspose.Slides FOSS Java API Reference

EffectFormat — Represents effect formatting properties of a shape. Inherits from: PVIObject, IEffectFormat.

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
initInternal(Element parentElement, Runnable saveCallback, IBaseSlide parentSlide)voidInternal initialization that binds this EffectFormat to its XML element, save callback, and parent slide.
isNoEffects()boolean
getBlurEffect()IBlur
setBlurEffect(IBlur value)void
getFillOverlayEffect()IFillOverlay
setFillOverlayEffect(IFillOverlay value)void
getGlowEffect()IGlow
setGlowEffect(IGlow value)void
getInnerShadowEffect()IInnerShadow
setInnerShadowEffect(IInnerShadow value)void
getOuterShadowEffect()IOuterShadow
setOuterShadowEffect(IOuterShadow value)void
getPresetShadowEffect()IPresetShadow
setPresetShadowEffect(IPresetShadow value)void
getReflectionEffect()IReflection
setReflectionEffect(IReflection value)void
getSoftEdgeEffect()ISoftEdge
setSoftEdgeEffect(ISoftEdge value)void
asIEffectParamSource()IEffectParamSource
setBlurEffect(double radius, boolean grow)void
enableBlurEffect()void
enableFillOverlayEffect()void
enableGlowEffect()void
enableInnerShadowEffect()void
enableOuterShadowEffect()void
enablePresetShadowEffect()void
enableReflectionEffect()void
enableSoftEdgeEffect()void
disableBlurEffect()void
disableFillOverlayEffect()void
disableGlowEffect()void
disableInnerShadowEffect()void
disableOuterShadowEffect()void
disablePresetShadowEffect()void
disableReflectionEffect()void
disableSoftEdgeEffect()void

See Also