public final 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.
|
IPresetShadowEffectiveData |
getEffective()
Gets effective Preset Shadow effect data with the inheritance applied.
|
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object.
|
IPresentationComponent |
getParent_IPresentationComponent()
Returns parent IPresentationComponent.
|
int |
getPreset()
Preset.
|
IColorFormat |
getShadowColor()
Color of shadow.
|
long |
getVersion()
Version.
|
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 IPresetShadowpublic final void setDirection(float value)
Direction of shadow.
Read/write float.
setDirection in interface IPresetShadowpublic final double getDistance()
Distance of shadow.
Read/write double.
getDistance in interface IPresetShadowpublic final void setDistance(double value)
Distance of shadow.
Read/write double.
setDistance in interface IPresetShadowpublic final IColorFormat getShadowColor()
Color of shadow.
Read-only IColorFormat.
getShadowColor in interface IPresetShadowpublic final int getPreset()
Preset.
Read/write PresetShadowType.
getPreset in interface IPresetShadowpublic final void setPreset(int value)
Preset.
Read/write PresetShadowType.
setPreset in interface IPresetShadowpublic final IPresetShadowEffectiveData getEffective()
Gets effective Preset Shadow effect data with the inheritance applied.
getEffective in interface IAccessiblePVIObject<IPresetShadowEffectiveData>IPresetShadowEffectiveData.public final com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject.
public final long getVersion()
Version.
Read-only long.
public final IPresentationComponent getParent_IPresentationComponent()
Returns parent IPresentationComponent.
Read-only IPresentationComponent.
public boolean equals(java.lang.Object obj)
Determines whether the specified PresetShadow is equal to the current PresetShadow.
equals in class java.lang.Objectobj - The PresetShadow to compare.public int hashCode()
Serves as a hash function for a particular type.
hashCode in class java.lang.ObjectCopyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.