OuterShadow
Overview
OuterShadow is a class in Aspose.Slides FOSS for Java.
Inherits from: ImageTransformOperation, IOuterShadow.
Represents an outer shadow effect backed by an OOXML {@code <a:outerShdw>} element.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
blurRadius | double | Read | Represents the blur radius of the outer shadow |
direction | double | Read | |
distance | double | Read | |
shadowColor | IColorFormat | Read | Represents the color of the outer shadow |
rectangleAlign | RectangleAlignment | Read | Represents the rectangle alignment of the outer shadow |
skewHorizontal | double | Read | Represents the horizontal skew of the outer shadow |
skewVertical | double | Read | Represents the vertical skew of the outer shadow |
rotateShadowWithShape | boolean | Read | Indicates if the shadow rotates with the shape |
scaleHorizontal | double | Read | Represents the horizontal scale factor of the outer shadow |
scaleVertical | double | Read | Represents the vertical scale factor of the outer shadow |
Methods
| Signature | Description |
|---|---|
OuterShadow() | Creates an uninitialized OuterShadow. |
OuterShadow(element: Element, saveCallback: Runnable) | Creates a new OuterShadow backed by the given XML element. |
OuterShadow(element: Element, saveCallback: Runnable, parentSlide: IBaseSlide) | Creates a new OuterShadow backed by the given XML element with a parent slide reference. |
initInternal(element: Element, saveCallback: Runnable, parentSlide: IBaseSlide) | Initializes this OuterShadow with the given backing element, save callback, and parent slide. |
getBlurRadius() → double | Returns the blur radius of the outer shadow |
setBlurRadius(value: double) | Sets the blur radius of the outer shadow |
getDirection() → double | Returns the direction angle of the outer shadow |
setDirection(value: double) | Sets the direction angle of the outer shadow |
getDistance() → double | Returns the offset distance of the outer shadow |
setDistance(value: double) | Sets the offset distance of the outer shadow |
getShadowColor() → IColorFormat | Returns the color format of the outer shadow |
getRectangleAlign() → RectangleAlignment | Returns the rectangle alignment of the outer shadow |
setRectangleAlign(value: RectangleAlignment) | Sets the rectangle alignment of the outer shadow |
getSkewHorizontal() → double | Returns the horizontal skew of the outer shadow |
setSkewHorizontal(value: double) | Sets the horizontal skew of the outer shadow |
getSkewVertical() → double | Returns the vertical skew of the outer shadow |
setSkewVertical(value: double) | Sets the vertical skew of the outer shadow |
getRotateShadowWithShape() → boolean | Returns whether the shadow rotates with the shape |
setRotateShadowWithShape(value: boolean) | |
getScaleHorizontal() → double | Returns the horizontal scale factor of the outer shadow |
setScaleHorizontal(value: double) | Sets the horizontal scale factor of the outer shadow |
getScaleVertical() → double | Returns the vertical scale factor of the outer shadow |
setScaleVertical(value: double) | Sets the vertical scale factor of the outer shadow |