com.aspose.slides
Class PresetShadow

java.lang.Object
  extended by com.aspose.slides.PresetShadow
All Implemented Interfaces:
IPresetShadow, java.lang.Cloneable

public class PresetShadow
extends java.lang.Object
implements IPresetShadow, java.lang.Cloneable

Represents a preset shadow effect.


Method Summary
 float getDirection()
           Direction of shadow.
 double getDistance()
           Distance of shadow.
 com.aspose.slides.EffectEffectiveDataPVITemp getEffective()
           
 EffectEffectiveData getEffective(BaseSlide slide, com.aspose.slides.util.FloatColor styleColor)
           
 com.aspose.slides.IDOMObject getParent_Immediate()
           Returns Parent_Immediate object.
 int getPreset()
           Preset.
 IColorFormat getShadowColor()
           Color of shadow.
 void setDirection(float value)
           Direction of shadow.
 void setDistance(double value)
           Distance of shadow.
 void setPreset(int value)
           Preset.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getDirection

public float getDirection()

Direction of shadow. Read/write float.

Specified by:
getDirection in interface IPresetShadow

setDirection

public void setDirection(float value)

Direction of shadow. Read/write float.

Specified by:
setDirection in interface IPresetShadow

getDistance

public double getDistance()

Distance of shadow. Read/write double.

Specified by:
getDistance in interface IPresetShadow

setDistance

public void setDistance(double value)

Distance of shadow. Read/write double.

Specified by:
setDistance in interface IPresetShadow

getShadowColor

public IColorFormat getShadowColor()

Color of shadow. Read-only IColorFormat.

Specified by:
getShadowColor in interface IPresetShadow

getPreset

public int getPreset()

Preset. Read/write PresetShadowType.

Specified by:
getPreset in interface IPresetShadow

setPreset

public void setPreset(int value)

Preset. Read/write PresetShadowType.

Specified by:
setPreset in interface IPresetShadow

getEffective

public final EffectEffectiveData getEffective(BaseSlide slide,
                                              com.aspose.slides.util.FloatColor styleColor)

getEffective

public final com.aspose.slides.EffectEffectiveDataPVITemp getEffective()

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.