IPresetShadow
Overview
IPresetShadow is a interface in Aspose.Slides FOSS for Java.
Inherits from: IImageTransformOperation.
Represents a Preset Shadow effect.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
direction | double | Read | Returns the direction of the shadow in degrees. |
distance | double | Read | Returns the distance of the shadow in points. |
shadowColor | IColorFormat | Read | Returns the shadow color format. |
preset | PresetShadowType | Read | Returns the preset shadow type. |
Methods
| Signature | Description |
|---|---|
getDirection() → double | Returns the direction of the shadow in degrees. |
setDirection(value: double) | Sets the direction of the shadow in degrees. |
getDistance() → double | Returns the distance of the shadow in points. |
setDistance(value: double) | Sets the distance of the shadow in points. |
getShadowColor() → IColorFormat | Returns the shadow color format. |
getPreset() → PresetShadowType | Returns the preset shadow type. |
setPreset(value: PresetShadowType) | Sets the preset shadow type. |