IInnerShadow
Overview
IInnerShadow is a interface in Aspose.Slides FOSS for Java.
Inherits from: IImageTransformOperation.
Represents an inner shadow effect applied to a shape.
This interface provides 8 methods for working with IInnerShadow objects in Java programs.
Available methods include: asIImageTransformOperation, getBlurRadius, getDirection, getDistance, getShadowColor, setBlurRadius, setDirection, setDistance.
All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package.
Properties: blurRadius, direction, distance, shadowColor.
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. |
asIImageTransformOperation() → IImageTransformOperation | Returns this instance as {@link IImageTransformOperation}. |