com.aspose.slides.pptx
Class EffectFormatEx

java.lang.Object
  extended by com.aspose.slides.pptx.EffectFormatEx
All Implemented Interfaces:
IPresentationComponent, ISlideComponent

public class EffectFormatEx
extends java.lang.Object
implements ISlideComponent

Represents effect properties.


Method Summary
 Blur getBlurEffect()
          Returns the blur effect.
 FillOverlay getFillOverlayEffect()
          Returns the fill overlay effect.
 Glow getGlowEffect()
          Returns the glow effect.
 InnerShadow getInnerShadowEffect()
          Returns the inner shadow.
 OuterShadow getOuterShadowEffect()
          Returns the outer shadow.
 PresentationEx getPresentation()
          Returns the parent presentation of a ThreeDFormatEx.
 PresetShadow getPresetShadowEffect()
          Returns the shadow preset.
 Reflection getReflectionEffect()
          Returns the reflection.
 BaseSlideEx getSlide()
          Returns the parent slide of a ThreeDFormatEx.
 SoftEdge getSoftEdgeEffect()
          Returns the soft edge.
 void setBlurEffect(Blur value)
          Sets the blur effect.
 void setFillOverlayEffect(FillOverlay value)
          Sets the fill overlay effect.
 void setGlowEffect(Glow value)
          Sets the glow effect.
 void setInnerShadowEffect(InnerShadow value)
          Sets the inner shadow.
 void setOuterShadowEffect(OuterShadow value)
          Sets the outer shadow.
 void setPresetShadowEffect(PresetShadow value)
          Sets the shadow preset.
 void setReflectionEffect(Reflection value)
          Sets the reflection.
 void setSoftEdgeEffect(SoftEdge value)
          Sets the soft edge.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBlurEffect

public Blur getBlurEffect()
Returns the blur effect.


setBlurEffect

public void setBlurEffect(Blur value)
Sets the blur effect.

Parameters:
value - new blur effect.

getFillOverlayEffect

public FillOverlay getFillOverlayEffect()
Returns the fill overlay effect.


setFillOverlayEffect

public void setFillOverlayEffect(FillOverlay value)
Sets the fill overlay effect.

Parameters:
value - new fill overlay effect.

getGlowEffect

public Glow getGlowEffect()
Returns the glow effect.


setGlowEffect

public void setGlowEffect(Glow value)
Sets the glow effect.

Parameters:
value - new glow effect.

getInnerShadowEffect

public InnerShadow getInnerShadowEffect()
Returns the inner shadow.


setInnerShadowEffect

public void setInnerShadowEffect(InnerShadow value)
Sets the inner shadow.

Parameters:
value - new inner shadow.

getOuterShadowEffect

public OuterShadow getOuterShadowEffect()
Returns the outer shadow.


setOuterShadowEffect

public void setOuterShadowEffect(OuterShadow value)
Sets the outer shadow.

Parameters:
value - new outer shadow.

getPresetShadowEffect

public PresetShadow getPresetShadowEffect()
Returns the shadow preset.


setPresetShadowEffect

public void setPresetShadowEffect(PresetShadow value)
Sets the shadow preset.

Parameters:
value - new shadow preset.

setReflectionEffect

public void setReflectionEffect(Reflection value)
Sets the reflection.

Parameters:
value - new reflection.

getReflectionEffect

public Reflection getReflectionEffect()
Returns the reflection.


getSoftEdgeEffect

public SoftEdge getSoftEdgeEffect()
Returns the soft edge.


setSoftEdgeEffect

public void setSoftEdgeEffect(SoftEdge value)
Sets the soft edge.

Parameters:
value - new soft edge.

getSlide

public BaseSlideEx getSlide()
Returns the parent slide of a ThreeDFormatEx.

Specified by:
getSlide in interface ISlideComponent

getPresentation

public PresentationEx getPresentation()
Returns the parent presentation of a ThreeDFormatEx.

Specified by:
getPresentation in interface IPresentationComponent