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

NameTypeAccessDescription
noEffectsbooleanReadGets the no effects.
blurEffectIBlurReadGets the blur effect.
fillOverlayEffectIFillOverlayReadGets the fill overlay effect.
glowEffectIGlowReadGets the glow effect.
innerShadowEffectIInnerShadowReadGets the inner shadow effect.
outerShadowEffectIOuterShadowReadGets the outer shadow effect.
presetShadowEffectIPresetShadowReadGets the preset shadow effect.
reflectionEffectIReflectionReadGets the reflection effect.
softEdgeEffectISoftEdgeReadGets the soft edge effect.
slideIBaseSlideReadGets the slide.
presentationIPresentationReadGets the presentation.

Methods

SignatureDescription
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()booleanReturns true if no effects is set.
getBlurEffect()IBlurReturns the blur effect.
setBlurEffect(value: IBlur)Sets the blur effect value.
getFillOverlayEffect()IFillOverlayReturns the fill overlay effect.
setFillOverlayEffect(value: IFillOverlay)Sets the fill overlay effect value.
getGlowEffect()IGlowReturns the glow effect.
setGlowEffect(value: IGlow)Sets the glow effect value.
getInnerShadowEffect()IInnerShadowReturns the inner shadow effect.
setInnerShadowEffect(value: IInnerShadow)Sets the inner shadow effect value.
getOuterShadowEffect()IOuterShadowReturns the outer shadow effect.
setOuterShadowEffect(value: IOuterShadow)Sets the outer shadow effect value.
getPresetShadowEffect()IPresetShadowReturns the preset shadow effect.
setPresetShadowEffect(value: IPresetShadow)Sets the preset shadow effect value.
getReflectionEffect()IReflectionReturns the reflection effect.
setReflectionEffect(value: IReflection)Sets the reflection effect value.
getSoftEdgeEffect()ISoftEdgeReturns 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()IBaseSlideReturns the slide.
getPresentation()IPresentationReturns the presentation.
asIPresentationComponent()IPresentationComponentReturns this object as an {@link IPresentationComponent}.

See Also