public final class InnerShadow extends java.lang.Object implements IInnerShadow, java.lang.Cloneable
Represents a Inner Shadow effect.
| Modifier and Type | Method and Description |
|---|---|
boolean |
equals(java.lang.Object obj)
Determines whether the specified
InnerShadow is equal to the current InnerShadow. |
double |
getBlurRadius()
Blur radius.
|
float |
getDirection()
Direction of shadow.
|
double |
getDistance()
Distance of shadow.
|
IInnerShadowEffectiveData |
getEffective()
Gets effective Inner Shadow effect data with the inheritance applied.
|
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object.
|
IPresentationComponent |
getParent_IPresentationComponent()
Returns parent IPresentationComponent.
|
IColorFormat |
getShadowColor()
Color of shadow.
|
long |
getVersion()
Version.
|
int |
hashCode()
Serves as a hash function for a particular type.
|
void |
setBlurRadius(double value)
Blur radius.
|
void |
setDirection(float value)
Direction of shadow.
|
void |
setDistance(double value)
Distance of shadow.
|
public final double getBlurRadius()
Blur radius.
Read/write double.
getBlurRadius in interface IInnerShadowpublic final void setBlurRadius(double value)
Blur radius.
Read/write double.
setBlurRadius in interface IInnerShadowpublic final float getDirection()
Direction of shadow.
Read/write float.
getDirection in interface IInnerShadowpublic final void setDirection(float value)
Direction of shadow.
Read/write float.
setDirection in interface IInnerShadowpublic final double getDistance()
Distance of shadow.
Read/write double.
getDistance in interface IInnerShadowpublic final void setDistance(double value)
Distance of shadow.
Read/write double.
setDistance in interface IInnerShadowpublic final IColorFormat getShadowColor()
Color of shadow.
Read-only IColorFormat.
getShadowColor in interface IInnerShadowpublic final IInnerShadowEffectiveData getEffective()
Gets effective Inner Shadow effect data with the inheritance applied.
getEffective in interface IAccessiblePVIObject<IInnerShadowEffectiveData>IInnerShadowEffectiveData.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 InnerShadow is equal to the current InnerShadow.
equals in class java.lang.Objectobj - The InnerShadow 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.