IPresetShadow — Aspose.Slides FOSS Java API Reference

IPresetShadow — Represents a Preset Shadow effect.

Package: org.aspose.slides.foss.effects


Properties

PropertyTypeAccessDescription
directiondoubleRead/Write
distancedoubleRead/Write
shadowColorIColorFormatRead/Write
presetPresetShadowTypeRead/Write

Methods

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

See Also