com.aspose.slides.pptx
Class PresetShadow

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

public class PresetShadow
extends java.lang.Object

This element specifies a preset shadow effect.


Constructor Summary
PresetShadow()
           
 
Method Summary
 float getDirection()
          Direction of shadow.
 double getDistance()
          Distance of shadow.
 PresetShadowTypeEx getPreset()
          Preset.
 ColorFormatEx getShadowColor()
          Color of shadow.
 void setDirection(float value)
          Direction of shadow.
 void setDistance(double value)
          Distance of shadow.
 void setPreset(PresetShadowTypeEx value)
          Preset.
 void setShadowColor(ColorFormatEx value)
          Color of shadow.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

PresetShadow

public PresetShadow()
Method Detail

getDirection

public float getDirection()
Direction of shadow.


setDirection

public void setDirection(float value)
Direction of shadow.

Parameters:
value -

getDistance

public double getDistance()
Distance of shadow.


setDistance

public void setDistance(double value)
Distance of shadow.

Parameters:
value -

getShadowColor

public ColorFormatEx getShadowColor()
Color of shadow.


setShadowColor

public void setShadowColor(ColorFormatEx value)
Color of shadow.

Parameters:
value -

getPreset

public PresetShadowTypeEx getPreset()
Preset.


setPreset

public void setPreset(PresetShadowTypeEx value)
Preset.

Parameters:
value -