IInnerShadow — Aspose.Slides FOSS Java API Reference

IInnerShadow — Represents an inner shadow effect applied to a shape.

Package: org.aspose.slides.foss.effects


Properties

PropertyTypeAccessDescription
blurRadiusdoubleRead/Write
directiondoubleRead/Write
distancedoubleRead/Write
shadowColorIColorFormatRead/Write

Methods

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

See Also