InnerShadow
Overview
InnerShadow is a class in Aspose.Slides FOSS for Java.
Inherits from: IInnerShadow, ISlideComponent.
Represents an inner shadow effect backed by an OOXML {@code <a:innerShdw>} element.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
blurRadius | double | Read | Represents the blur radius of the inner shadow |
direction | double | Read | |
distance | double | Read | |
shadowColor | IColorFormat | Read | Represents the color format applied to the inner shadow |
slide | IBaseSlide | Read | |
presentation | IPresentation | Read |
Methods
| Signature | Description |
|---|---|
InnerShadow(element: Element, saveCallback: Runnable) | Creates a new InnerShadow backed by the given XML element. |
InnerShadow(element: Element, saveCallback: Runnable, parentSlide: IBaseSlide) | Creates a new InnerShadow backed by the given XML element with a parent slide reference. |
getBlurRadius() → double | Returns the blur radius of the inner shadow |
setBlurRadius(value: double) | Sets the blur radius of the inner shadow |
getDirection() → double | Returns the direction angle of the inner shadow |
setDirection(value: double) | Sets the direction angle of the inner shadow |
getDistance() → double | Returns the offset distance of the inner shadow |
setDistance(value: double) | Sets the offset distance of the inner shadow |
getShadowColor() → IColorFormat | Returns the color format applied to the inner shadow |
getSlide() → IBaseSlide | Returns the slide that contains this inner shadow |
asIPresentationComponent() → IPresentationComponent | Casts the inner shadow to an IPresentationComponent |
asIImageTransformOperation() → IImageTransformOperation | Casts the inner shadow to an IImageTransformOperation |
getPresentation() → IPresentation | Returns the presentation that owns this inner shadow |