InnerShadow
General
InnerShadow is a class in Aspose.Slides FOSS for Java.
Inherits from: IInnerShadow, ISlideComponent.
InnerShadow és una classe en Aspose.Slides FOSS per a Java. És heretat de: ゚IInnerShadow⌒, ∂ISlideComponent}⌒ .
Representa un efecte d’ombra interna recolzat per un element OOXML {@code <a:innerShdw>}.
Propietats
| Name | Type | Access | Description |
|---|---|---|---|
blurRadius | double | Read | Is the blur radius of the inner shadow |
direction | double | Read | |
distance | double | Read | |
shadowColor | IColorFormat | Read | Is the IColorFormat defining the inner shadow color |
slide | IBaseSlide | Read | Is the parent slide of the inner shadow |
presentation | IPresentation | Read | Is the presentation that contains the inner shadow |
Mètodes
| 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 | |
getSlide() → IBaseSlide | Returns the slide that owns 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 containing this inner shadow |