IPresetShadow

Overview

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

Represents a Preset Shadow effect.

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

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

See Also