IOuterShadow
Overview
IOuterShadow is a interface in Aspose.Slides FOSS for Java.
Inherits from: IImageTransformOperation.
Represents an Outer Shadow effect.
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. |
rectangleAlign | RectangleAlignment | Read | Returns the rectangle alignment. |
skewHorizontal | double | Read | Returns the horizontal skew angle in degrees. |
skewVertical | double | Read | Returns the vertical skew angle in degrees. |
rotateShadowWithShape | boolean | Read | Indicates whether the shadow rotates together with the shape. |
scaleHorizontal | double | Read | Returns the horizontal scaling factor as a percentage. |
scaleVertical | double | Read | Returns the vertical scaling factor as a percentage. |
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. |
getRectangleAlign() → RectangleAlignment | Returns the rectangle alignment. |
setRectangleAlign(value: RectangleAlignment) | Sets the rectangle alignment. |
getSkewHorizontal() → double | Returns the horizontal skew angle in degrees. |
setSkewHorizontal(value: double) | Sets the horizontal skew angle in degrees. |
getSkewVertical() → double | Returns the vertical skew angle in degrees. |
setSkewVertical(value: double) | Sets the vertical skew angle in degrees. |
getRotateShadowWithShape() → boolean | Indicates whether the shadow rotates together with the shape. |
setRotateShadowWithShape(value: boolean) | Sets whether the shadow rotates together with the shape. |
getScaleHorizontal() → double | Returns the horizontal scaling factor as a percentage. |
setScaleHorizontal(value: double) | Sets the horizontal scaling factor as a percentage. |
getScaleVertical() → double | Returns the vertical scaling factor as a percentage. |
setScaleVertical(value: double) | Sets the vertical scaling factor as a percentage. |