IInnerShadow

Overview

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

Represents an inner shadow effect applied to a shape.

This interface provides 8 methods for working with IInnerShadow objects in Java programs. Available methods include: asIImageTransformOperation, getBlurRadius, getDirection, getDistance, getShadowColor, setBlurRadius, setDirection, setDistance. All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package. Properties: blurRadius, direction, distance, shadowColor.

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.
asIImageTransformOperation()IImageTransformOperationReturns this instance as {@link IImageTransformOperation}.

See Also