public class PresetShadow extends java.lang.Object implements IPresetShadow, java.lang.Cloneable
Represents a preset shadow effect.
Modifier and Type | Method and Description |
---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the specified
PresetShadow is equal to the current PresetShadow . |
float |
getDirection()
Direction of shadow.
|
double |
getDistance()
Distance of shadow.
|
EffectEffectiveData |
getEffective() |
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object.
|
int |
getPreset()
Preset.
|
IColorFormat |
getShadowColor()
Color of shadow.
|
int |
hashCode()
Serves as a hash function for a particular type.
|
void |
setDirection(float value)
Direction of shadow.
|
void |
setDistance(double value)
Distance of shadow.
|
void |
setPreset(int value)
Preset.
|
public final float getDirection()
Direction of shadow.
Read/write float
.
getDirection
in interface IPresetShadow
public final void setDirection(float value)
Direction of shadow.
Read/write float
.
setDirection
in interface IPresetShadow
public final double getDistance()
Distance of shadow.
Read/write double
.
getDistance
in interface IPresetShadow
public final void setDistance(double value)
Distance of shadow.
Read/write double
.
setDistance
in interface IPresetShadow
public final IColorFormat getShadowColor()
Color of shadow.
Read-only IColorFormat
.
getShadowColor
in interface IPresetShadow
public final int getPreset()
Preset.
Read/write PresetShadowType
.
getPreset
in interface IPresetShadow
public final void setPreset(int value)
Preset.
Read/write PresetShadowType
.
setPreset
in interface IPresetShadow
public final EffectEffectiveData getEffective()
public final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
public boolean equals(java.lang.Object obj)
Determines whether the specified PresetShadow
is equal to the current PresetShadow
.
equals
in class java.lang.Object
obj
- The PresetShadow
to compare.public int hashCode()
Serves as a hash function for a particular type.
hashCode
in class java.lang.Object