IInnerShadow

Overview

IInnerShadow is a interface in Aspose.Slides FOSS for Java. Inherits from: IImageTransformOperation.

Represents an inner shadow effect applied to a shape.

Properties

NameTypeAccessDescription
blurRadiusdoubleReadReturns the blur radius in points.
directiondoubleReadReturns the shadow direction in degrees.
distancedoubleReadReturns the shadow distance in points.
shadowColorIColorFormatReadReturns the shadow color format.

Methods

SignatureDescription
getBlurRadius()doubleReturns the blur radius in points.
setBlurRadius(value: double)Sets the blur radius in points.
getDirection()doubleReturns the shadow direction in degrees.
setDirection(value: double)Sets the shadow direction in degrees.
getDistance()doubleReturns the shadow distance in points.
setDistance(value: double)Sets the shadow distance in points.
getShadowColor()IColorFormatReturns the shadow color format.

See Also