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

NameTypeAccessDescription
blurRadiusdoubleReadRepresents the blur radius of the inner shadow
directiondoubleRead
distancedoubleRead
shadowColorIColorFormatReadRepresents the color format applied to the inner shadow
slideIBaseSlideRead
presentationIPresentationRead

Methods

SignatureDescription
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()doubleReturns the blur radius of the inner shadow
setBlurRadius(value: double)Sets the blur radius of the inner shadow
getDirection()doubleReturns the direction angle of the inner shadow
setDirection(value: double)Sets the direction angle of the inner shadow
getDistance()doubleReturns the offset distance of the inner shadow
setDistance(value: double)Sets the offset distance of the inner shadow
getShadowColor()IColorFormatReturns the color format applied to the inner shadow
getSlide()IBaseSlideReturns the slide that contains this inner shadow
asIPresentationComponent()IPresentationComponentCasts the inner shadow to an IPresentationComponent
asIImageTransformOperation()IImageTransformOperationCasts the inner shadow to an IImageTransformOperation
getPresentation()IPresentationReturns the presentation that owns this inner shadow

See Also