|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.EffectFormatEx
public class EffectFormatEx
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. |
boolean |
isNeedSave()
|
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 |
---|
public boolean isNeedSave()
public Blur getBlurEffect()
public void setBlurEffect(Blur value)
value
- new blur effect.public FillOverlay getFillOverlayEffect()
public void setFillOverlayEffect(FillOverlay value)
value
- new fill overlay effect.public Glow getGlowEffect()
public void setGlowEffect(Glow value)
value
- new glow effect.public InnerShadow getInnerShadowEffect()
public void setInnerShadowEffect(InnerShadow value)
value
- new inner shadow.public OuterShadow getOuterShadowEffect()
public void setOuterShadowEffect(OuterShadow value)
value
- new outer shadow.public PresetShadow getPresetShadowEffect()
public void setPresetShadowEffect(PresetShadow value)
value
- new shadow preset.public void setReflectionEffect(Reflection value)
value
- new reflection.public Reflection getReflectionEffect()
public SoftEdge getSoftEdgeEffect()
public void setSoftEdgeEffect(SoftEdge value)
value
- new soft edge.public BaseSlideEx getSlide()
getSlide
in interface ISlideComponent
public PresentationEx getPresentation()
getPresentation
in interface IPresentationComponent
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |