IPresetShadow

Overview

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

Represents a Preset Shadow effect.

Properties

NameTypeAccessDescription
directiondoubleReadReturns the direction of the shadow in degrees.
distancedoubleReadReturns the distance of the shadow in points.
shadowColorIColorFormatReadReturns the shadow color format.
presetPresetShadowTypeReadReturns the preset shadow type.

Methods

SignatureDescription
getDirection()doubleReturns the direction of the shadow in degrees.
setDirection(value: double)Sets the direction of the shadow in degrees.
getDistance()doubleReturns the distance of the shadow in points.
setDistance(value: double)Sets the distance of the shadow in points.
getShadowColor()IColorFormatReturns the shadow color format.
getPreset()PresetShadowTypeReturns the preset shadow type.
setPreset(value: PresetShadowType)Sets the preset shadow type.

See Also