EffectFormat

General

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

EffectFormat és una classe en Aspose.Slides FOSS per a Java. Hereta de: ゚ PVIObject⌒, ∂IEffectFormatヽ .

Representa les propietats de formatació d’efecte d ‘una forma.

Propietats

NameTypeAccessDescription
noEffectsbooleanReadProperty indicates whether the format has no effects applied
blurEffectIBlurReadProperty gets or sets the blur effect object
fillOverlayEffectIFillOverlayReadProperty gets or sets the fill overlay effect object
glowEffectIGlowReadProperty gets or sets the glow effect object
innerShadowEffectIInnerShadowReadProperty gets or sets the inner shadow effect object
outerShadowEffectIOuterShadowReadProperty gets or sets the outer shadow effect object
presetShadowEffectIPresetShadowReadProperty gets or sets the preset shadow effect object
reflectionEffectIReflectionReadProperty gets or sets the reflection effect object
softEdgeEffectISoftEdgeReadProperty gets or sets the soft edge effect object

Mètodes

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 visual effects are applied
getBlurEffect()IBlurReturns the IBlur object representing the blur effect
setBlurEffect(value: IBlur)Sets blur radius and grow flag for the blur effect
getFillOverlayEffect()IFillOverlayReturns the IFillOverlay representing the fill overlay effect
setFillOverlayEffect(value: IFillOverlay)Sets the fill overlay effect to the provided IFillOverlay
getGlowEffect()IGlowReturns the IGlow object for the glow effect
setGlowEffect(value: IGlow)Assigns the provided IGlow as the glow effect
getInnerShadowEffect()IInnerShadowReturns the IInnerShadow representing the inner shadow effect
setInnerShadowEffect(value: IInnerShadow)Sets the inner shadow effect to the given IInnerShadow
getOuterShadowEffect()IOuterShadowReturns the IOuterShadow for the outer shadow effect
setOuterShadowEffect(value: IOuterShadow)Assigns the given IOuterShadow as the outer shadow effect
getPresetShadowEffect()IPresetShadowReturns the IPresetShadow representing the preset shadow effect
setPresetShadowEffect(value: IPresetShadow)Sets the preset shadow effect to the supplied IPresetShadow
getReflectionEffect()IReflectionReturns the IReflection object for the reflection effect
setReflectionEffect(value: IReflection)Assigns the provided IReflection as the reflection effect
getSoftEdgeEffect()ISoftEdgeReturns the ISoftEdge representing the soft edge effect
setSoftEdgeEffect(value: ISoftEdge)Sets the soft edge effect to the given ISoftEdge
asIEffectParamSource()IEffectParamSourceReturns this object as an IEffectParamSource
setBlurEffect(radius: double, grow: boolean)
enableBlurEffect()Activates the blur effect on the format
enableFillOverlayEffect()Activates the fill overlay effect
enableGlowEffect()Activates the glow effect
enableInnerShadowEffect()Activates the inner shadow effect
enableOuterShadowEffect()Activates the outer shadow effect
enablePresetShadowEffect()Activates the preset shadow effect
enableReflectionEffect()Activates the reflection effect
enableSoftEdgeEffect()Activates the soft edge effect
disableBlurEffect()
disableFillOverlayEffect()
disableGlowEffect()
disableInnerShadowEffect()
disableOuterShadowEffect()
disablePresetShadowEffect()
disableReflectionEffect()
disableSoftEdgeEffect()
 Català