com.aspose.slides
Class EffectFormat

java.lang.Object
  extended by com.aspose.slides.PVIObject
      extended by com.aspose.slides.EffectFormat
All Implemented Interfaces:
IEffectFormat

public class EffectFormat
extends PVIObject
implements IEffectFormat

Represents effect properties of shape.


Method Summary
 void disableBlurEffect()
           
 void disableFillOverlayEffect()
           
 void disableGlowEffect()
           
 void disableInnerShadowEffect()
           
 void disableOuterShadowEffect()
           
 void disablePresetShadowEffect()
           
 void disableReflectionEffect()
           
 void disableSoftEdgeEffect()
           
 void enableFillOverlayEffect()
           
 void enableGlowEffect()
           
 void enableInnerShadowEffect()
           
 void enableOuterShadowEffect()
           
 void enablePresetShadowEffect()
           
 void enableReflectionEffect()
           
 void enableSoftEdgeEffect()
           
 IBlur getBlurEffect()
           Blur effect.
 IFillOverlay getFillOverlayEffect()
           Fill overlay effect.
 IGlow getGlowEffect()
           Glow effect.
 IInnerShadow getInnerShadowEffect()
           Inner shadow.
 IOuterShadow getOuterShadowEffect()
           Outer shadow.
 com.aspose.slides.IDOMObject getParent_Immediate()
           Returns Parent_Immediate object.
 IPresentationComponent getParent_IPresentationComponent()
           
 IPresetShadow getPresetShadowEffect()
           Preset shadow.
 IReflection getReflectionEffect()
           Reflection.
 ISoftEdge getSoftEdgeEffect()
           Soft edge.
 long getVersion()
           
 boolean isNoEffects()
           Returns true if all effects are disabled (as just created, default EffectFormatEx object).
 void setBlurEffect(double radius, boolean grow)
           
 void setBlurEffect(IBlur value)
           Blur effect.
 void setFillOverlayEffect(IFillOverlay value)
           Fill overlay effect.
 void setGlowEffect(IGlow value)
           Glow effect.
 void setInnerShadowEffect(IInnerShadow value)
           Inner shadow.
 void setOuterShadowEffect(IOuterShadow value)
           Outer shadow.
 void setPresetShadowEffect(IPresetShadow value)
           Preset shadow.
 void setReflectionEffect(IReflection value)
           Reflection.
 void setSoftEdgeEffect(ISoftEdge value)
           Soft edge.
 
Methods inherited from class com.aspose.slides.PVIObject
equals, getParent_Immediate, getParent_IPresentationComponent, getPresentation, getSlide, getVersion, hashCode
 
Methods inherited from class java.lang.Object
getClass, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

isNoEffects

public final boolean isNoEffects()

Returns true if all effects are disabled (as just created, default EffectFormatEx object). Read-only bool.

Specified by:
isNoEffects in interface IEffectFormat

getBlurEffect

public final IBlur getBlurEffect()

Blur effect. Read/write IBlur.

Specified by:
getBlurEffect in interface IEffectFormat

setBlurEffect

public final void setBlurEffect(IBlur value)

Blur effect. Read/write IBlur.

Specified by:
setBlurEffect in interface IEffectFormat

getFillOverlayEffect

public final IFillOverlay getFillOverlayEffect()

Fill overlay effect. Read/write IFillOverlay.

Specified by:
getFillOverlayEffect in interface IEffectFormat

setFillOverlayEffect

public final void setFillOverlayEffect(IFillOverlay value)

Fill overlay effect. Read/write IFillOverlay.

Specified by:
setFillOverlayEffect in interface IEffectFormat

getGlowEffect

public final IGlow getGlowEffect()

Glow effect. Read/write IGlow.

Specified by:
getGlowEffect in interface IEffectFormat

setGlowEffect

public final void setGlowEffect(IGlow value)

Glow effect. Read/write IGlow.

Specified by:
setGlowEffect in interface IEffectFormat

getInnerShadowEffect

public final IInnerShadow getInnerShadowEffect()

Inner shadow. Read/write IInnerShadow.

Specified by:
getInnerShadowEffect in interface IEffectFormat

setInnerShadowEffect

public final void setInnerShadowEffect(IInnerShadow value)

Inner shadow. Read/write IInnerShadow.

Specified by:
setInnerShadowEffect in interface IEffectFormat

getOuterShadowEffect

public final IOuterShadow getOuterShadowEffect()

Outer shadow. Read/write IOuterShadow.

Specified by:
getOuterShadowEffect in interface IEffectFormat

setOuterShadowEffect

public final void setOuterShadowEffect(IOuterShadow value)

Outer shadow. Read/write IOuterShadow.

Specified by:
setOuterShadowEffect in interface IEffectFormat

getPresetShadowEffect

public final IPresetShadow getPresetShadowEffect()

Preset shadow. Read/write IPresetShadow.

Specified by:
getPresetShadowEffect in interface IEffectFormat

setPresetShadowEffect

public final void setPresetShadowEffect(IPresetShadow value)

Preset shadow. Read/write IPresetShadow.

Specified by:
setPresetShadowEffect in interface IEffectFormat

getReflectionEffect

public final IReflection getReflectionEffect()

Reflection. Read/write IReflection.

Specified by:
getReflectionEffect in interface IEffectFormat

setReflectionEffect

public final void setReflectionEffect(IReflection value)

Reflection. Read/write IReflection.

Specified by:
setReflectionEffect in interface IEffectFormat

getSoftEdgeEffect

public final ISoftEdge getSoftEdgeEffect()

Soft edge. Read/write ISoftEdge.

Specified by:
getSoftEdgeEffect in interface IEffectFormat

setSoftEdgeEffect

public final void setSoftEdgeEffect(ISoftEdge value)

Soft edge. Read/write ISoftEdge.

Specified by:
setSoftEdgeEffect in interface IEffectFormat

setBlurEffect

public final void setBlurEffect(double radius,
                                boolean grow)
Specified by:
setBlurEffect in interface IEffectFormat

enableFillOverlayEffect

public final void enableFillOverlayEffect()
Specified by:
enableFillOverlayEffect in interface IEffectFormat

enableGlowEffect

public final void enableGlowEffect()
Specified by:
enableGlowEffect in interface IEffectFormat

enableInnerShadowEffect

public final void enableInnerShadowEffect()
Specified by:
enableInnerShadowEffect in interface IEffectFormat

enableOuterShadowEffect

public final void enableOuterShadowEffect()
Specified by:
enableOuterShadowEffect in interface IEffectFormat

enablePresetShadowEffect

public final void enablePresetShadowEffect()
Specified by:
enablePresetShadowEffect in interface IEffectFormat

enableReflectionEffect

public final void enableReflectionEffect()
Specified by:
enableReflectionEffect in interface IEffectFormat

enableSoftEdgeEffect

public final void enableSoftEdgeEffect()
Specified by:
enableSoftEdgeEffect in interface IEffectFormat

disableBlurEffect

public final void disableBlurEffect()
Specified by:
disableBlurEffect in interface IEffectFormat

disableFillOverlayEffect

public final void disableFillOverlayEffect()
Specified by:
disableFillOverlayEffect in interface IEffectFormat

disableGlowEffect

public final void disableGlowEffect()
Specified by:
disableGlowEffect in interface IEffectFormat

disableInnerShadowEffect

public final void disableInnerShadowEffect()
Specified by:
disableInnerShadowEffect in interface IEffectFormat

disableOuterShadowEffect

public final void disableOuterShadowEffect()
Specified by:
disableOuterShadowEffect in interface IEffectFormat

disablePresetShadowEffect

public final void disablePresetShadowEffect()
Specified by:
disablePresetShadowEffect in interface IEffectFormat

disableReflectionEffect

public final void disableReflectionEffect()
Specified by:
disableReflectionEffect in interface IEffectFormat

disableSoftEdgeEffect

public final void disableSoftEdgeEffect()
Specified by:
disableSoftEdgeEffect in interface IEffectFormat

getParent_IPresentationComponent

public IPresentationComponent getParent_IPresentationComponent()

getVersion

public long getVersion()

getParent_Immediate

public com.aspose.slides.IDOMObject getParent_Immediate()

Returns Parent_Immediate object. Read-only IDOMObject.



Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.