EffectFormat

Overview

EffectFormat is a class in Aspose.Slides FOSS for Java. Inherits from: PVIObject, IEffectFormat.

Represents effect formatting properties of a shape.

Properties

NameTypeAccessDescription
noEffectsbooleanRead
blurEffectIBlurRead
fillOverlayEffectIFillOverlayRead
glowEffectIGlowRead
innerShadowEffectIInnerShadowRead
outerShadowEffectIOuterShadowRead
presetShadowEffectIPresetShadowRead
reflectionEffectIReflectionRead
softEdgeEffectISoftEdgeRead

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()boolean
getBlurEffect()IBlur
setBlurEffect(value: IBlur)
getFillOverlayEffect()IFillOverlay
setFillOverlayEffect(value: IFillOverlay)
getGlowEffect()IGlow
setGlowEffect(value: IGlow)
getInnerShadowEffect()IInnerShadow
setInnerShadowEffect(value: IInnerShadow)
getOuterShadowEffect()IOuterShadow
setOuterShadowEffect(value: IOuterShadow)
getPresetShadowEffect()IPresetShadow
setPresetShadowEffect(value: IPresetShadow)
getReflectionEffect()IReflection
setReflectionEffect(value: IReflection)
getSoftEdgeEffect()ISoftEdge
setSoftEdgeEffect(value: ISoftEdge)
asIEffectParamSource()IEffectParamSource
setBlurEffect(radius: double, grow: boolean)
enableBlurEffect()
enableFillOverlayEffect()
enableGlowEffect()
enableInnerShadowEffect()
enableOuterShadowEffect()
enablePresetShadowEffect()
enableReflectionEffect()
enableSoftEdgeEffect()
disableBlurEffect()
disableFillOverlayEffect()
disableGlowEffect()
disableInnerShadowEffect()
disableOuterShadowEffect()
disablePresetShadowEffect()
disableReflectionEffect()
disableSoftEdgeEffect()

See Also