IInnerShadow
Overview
IInnerShadow is a interface in Aspose.Slides FOSS for Java.
Inherits from: IImageTransformOperation.
Represents an inner shadow effect applied to a shape.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
blurRadius | double | Read | Returns the blur radius in points. |
direction | double | Read | Returns the shadow direction in degrees. |
distance | double | Read | Returns the shadow distance in points. |
shadowColor | IColorFormat | Read | Returns the shadow color format. |
Methods
| Signature | Description |
|---|---|
getBlurRadius() → double | Returns the blur radius in points. |
setBlurRadius(value: double) | Sets the blur radius in points. |
getDirection() → double | Returns the shadow direction in degrees. |
setDirection(value: double) | Sets the shadow direction in degrees. |
getDistance() → double | Returns the shadow distance in points. |
setDistance(value: double) | Sets the shadow distance in points. |
getShadowColor() → IColorFormat | Returns the shadow color format. |