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.
|
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 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 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.Object
obj
- The PresetShadow
to compare.public int hashCode()
Serves as a hash function for a particular type.
hashCode
in class java.lang.Object
Copyright © 2004-2021 Aspose Pty Ltd. All Rights Reserved.