IInnerShadow
All Implemented Interfaces: com.aspose.slides.IImageTransformOperation, com.aspose.slides.IAccessiblePVIObject
public interface IInnerShadow extends IImageTransformOperation, IAccessiblePVIObject<IInnerShadowEffectiveData>
Represents a inner shadow effect.
Methods
Method | Description |
---|---|
getBlurRadius() | Blur radius. |
setBlurRadius(double value) | Blur radius. |
getDirection() | Direction of shadow. |
setDirection(float value) | Direction of shadow. |
getDistance() | Distance of shadow. |
setDistance(double value) | Distance of shadow. |
getShadowColor() | Color of shadow. |
getBlurRadius()
public abstract double getBlurRadius()
Blur radius. Read/write double.
Returns: double
setBlurRadius(double value)
public abstract void setBlurRadius(double value)
Blur radius. Read/write double.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
getDirection()
public abstract float getDirection()
Direction of shadow. Read/write float.
Returns: float
setDirection(float value)
public abstract void setDirection(float value)
Direction of shadow. Read/write float.
Parameters:
Parameter | Type | Description |
---|---|---|
value | float |
getDistance()
public abstract double getDistance()
Distance of shadow. Read/write double.
Returns: double
setDistance(double value)
public abstract void setDistance(double value)
Distance of shadow. Read/write double.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
getShadowColor()
public abstract IColorFormat getShadowColor()
Color of shadow. Read-only IColorFormat.
Returns: IColorFormat