OuterShadow
General
OuterShadow is a class in Aspose.Slides FOSS for Java.
Inherits from: ImageTransformOperation, IOuterShadow.
OuterShadow és una classe en Aspose.Slides FOSS per a Java. És heretat de: ゚ImageTransformOperation⌒, ∂IOuterShadowヽ .
Representa un efecte d’ombra exterior recolzat per un element OOXML {@code <a:outerShdw>}.
Propietats
| 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 format used for the outer shadow |
rectangleAlign | RectangleAlignment | Read | Represents the rectangle alignment applied to the shadow geometry |
skewHorizontal | double | Read | Represents the horizontal skew factor of the outer shadow |
skewVertical | double | Read | Represents the vertical skew factor of the outer shadow |
rotateShadowWithShape | boolean | Read | Indicates whether the shadow rotates together with the shape |
scaleHorizontal | double | Read | Represents the horizontal scaling factor applied to the outer shadow |
scaleVertical | double | Read | Represents the vertical scaling factor applied to the outer shadow |
Mètodes
| 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 to the specified value |
getDirection() → double | Returns the direction angle of the outer shadow in degrees |
setDirection(value: double) | Sets the direction angle of the outer shadow in degrees |
getDistance() → double | Returns the offset distance of the outer shadow from the shape |
setDistance(value: double) | Sets the offset distance of the outer shadow from the shape |
getShadowColor() → IColorFormat | Returns the IColorFormat that defines the shadow’s color |
getRectangleAlign() → RectangleAlignment | Returns the rectangle alignment used for the shadow geometry |
setRectangleAlign(value: RectangleAlignment) | Sets the rectangle alignment for the shadow geometry |
getSkewHorizontal() → double | Returns the horizontal skew factor of the outer shadow |
setSkewHorizontal(value: double) | Sets the horizontal skew factor of the outer shadow |
getSkewVertical() → double | Returns the vertical skew factor of the outer shadow |
setSkewVertical(value: double) | Sets the vertical skew factor of the outer shadow |
getRotateShadowWithShape() → boolean | |
setRotateShadowWithShape(value: boolean) | Enables or disables rotating the shadow with the shape |
getScaleHorizontal() → double | Returns the horizontal scaling factor of the outer shadow |
setScaleHorizontal(value: double) | Sets the horizontal scaling factor of the outer shadow |
getScaleVertical() → double | Returns the vertical scaling factor of the outer shadow |
setScaleVertical(value: double) | Sets the vertical scaling factor of the outer shadow |