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)
Compares with specified object.
|
float |
getDirection()
Direction of shadow.
|
double |
getDistance()
Distance of shadow.
|
com.aspose.slides.EffectEffectiveDataPVITemp |
getEffective() |
EffectEffectiveData |
getEffective(BaseSlide slide,
com.aspose.slides.FloatColor styleColor) |
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object.
|
int |
getPreset()
Preset.
|
IColorFormat |
getShadowColor()
Color of shadow.
|
int |
hashCode()
Returns hash.
|
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(BaseSlide slide, com.aspose.slides.FloatColor styleColor)
public final com.aspose.slides.EffectEffectiveDataPVITemp getEffective()
public final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
public boolean equals(java.lang.Object obj)
Compares with specified object.
equals
in class java.lang.Object
obj
- Object to compare.public int hashCode()
Returns hash.
hashCode
in class java.lang.Object
Copyright © 2004-2019 Aspose Pty Ltd. All Rights Reserved.