|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.PresetShadow
public class PresetShadow
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 |
---|
public float getDirection()
Direction of shadow.
Read/write float
.
getDirection
in interface IPresetShadow
public void setDirection(float value)
Direction of shadow.
Read/write float
.
setDirection
in interface IPresetShadow
public double getDistance()
Distance of shadow.
Read/write double
.
getDistance
in interface IPresetShadow
public void setDistance(double value)
Distance of shadow.
Read/write double
.
setDistance
in interface IPresetShadow
public IColorFormat getShadowColor()
Color of shadow.
Read-only IColorFormat
.
getShadowColor
in interface IPresetShadow
public int getPreset()
Preset.
Read/write PresetShadowType
.
getPreset
in interface IPresetShadow
public void setPreset(int value)
Preset.
Read/write PresetShadowType
.
setPreset
in interface IPresetShadow
public final EffectEffectiveData getEffective(BaseSlide slide, com.aspose.slides.util.FloatColor styleColor)
public final com.aspose.slides.EffectEffectiveDataPVITemp getEffective()
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |