IOuterShadow — Aspose.Slides FOSS Java API Reference
IOuterShadow — Represents an Outer Shadow effect.
Package: org.aspose.slides.foss.effects
Properties
| Property | Type | Access | Description |
|---|---|---|---|
blurRadius | double | Read/Write | |
direction | double | Read/Write | |
distance | double | Read/Write | |
shadowColor | IColorFormat | Read/Write | |
rectangleAlign | RectangleAlignment | Read/Write | |
skewHorizontal | double | Read/Write | |
skewVertical | double | Read/Write | |
rotateShadowWithShape | boolean | Read/Write | |
scaleHorizontal | double | Read/Write | |
scaleVertical | double | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getBlurRadius() | double | Returns the blur radius in points. |
setBlurRadius(double value) | void | Sets the blur radius in points. |
getDirection() | double | Returns the shadow direction in degrees. |
setDirection(double value) | void | Sets the shadow direction in degrees. |
getDistance() | double | Returns the shadow distance in points. |
setDistance(double value) | void | Sets the shadow distance in points. |
getShadowColor() | IColorFormat | Returns the shadow color format. |
getRectangleAlign() | RectangleAlignment | Returns the rectangle alignment. |
setRectangleAlign(RectangleAlignment value) | void | Sets the rectangle alignment. |
getSkewHorizontal() | double | Returns the horizontal skew angle in degrees. |
setSkewHorizontal(double value) | void | Sets the horizontal skew angle in degrees. |
getSkewVertical() | double | Returns the vertical skew angle in degrees. |
setSkewVertical(double value) | void | Sets the vertical skew angle in degrees. |
getRotateShadowWithShape() | boolean | Indicates whether the shadow rotates together with the shape. |
setRotateShadowWithShape(boolean value) | void | Sets whether the shadow rotates together with the shape. |
getScaleHorizontal() | double | Returns the horizontal scaling factor as a percentage. |
setScaleHorizontal(double value) | void | Sets the horizontal scaling factor as a percentage. |
getScaleVertical() | double | Returns the vertical scaling factor as a percentage. |
setScaleVertical(double value) | void | Sets the vertical scaling factor as a percentage. |