com.aspose.slides
Class PresetShadow

java.lang.Object
  extended by com.aspose.slides.PresetShadow

public class PresetShadow
extends java.lang.Object

Represents a preset shadow effect.


Constructor Summary
PresetShadow()
           Creates a new instance of the PresetShadow class.
 
Method Summary
 float getDirection()
           Direction of shadow.
 double getDistance()
           Distance of shadow.
 int getPreset()
           Preset.
 EffectDataEx getReadonly(BaseSlideEx slide, com.aspose.slides.ColorFormatEx.FloatColor styleColor)
           
 ColorFormatEx getShadowColor()
           Color of shadow.
 void setDirection(float value)
           
 void setDistance(double value)
           
 void setPreset(int value)
           
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PresetShadow

public PresetShadow()

Creates a new instance of the PresetShadow class.

Method Detail

getDirection

public float getDirection()

Direction of shadow.


setDirection

public void setDirection(float value)

getDistance

public double getDistance()

Distance of shadow.


setDistance

public void setDistance(double value)

getShadowColor

public ColorFormatEx getShadowColor()

Color of shadow.


getPreset

public int getPreset()

Preset.


setPreset

public void setPreset(int value)

getReadonly

public EffectDataEx getReadonly(BaseSlideEx slide,
                                com.aspose.slides.ColorFormatEx.FloatColor styleColor)