IPresetShadow — Aspose.Slides FOSS Java API Reference
IPresetShadow — Represents a Preset Shadow effect.
Package: org.aspose.slides.foss.effects
Properties
| Property | Type | Access | Description |
|---|---|---|---|
direction | double | Read/Write | |
distance | double | Read/Write | |
shadowColor | IColorFormat | Read/Write | |
preset | PresetShadowType | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getDirection() | double | Returns the direction of the shadow in degrees. |
setDirection(double value) | void | Sets the direction of the shadow in degrees. |
getDistance() | double | Returns the distance of the shadow in points. |
setDistance(double value) | void | Sets the distance of the shadow in points. |
getShadowColor() | IColorFormat | Returns the shadow color format. |
getPreset() | PresetShadowType | Returns the preset shadow type. |
setPreset(PresetShadowType value) | void | Sets the preset shadow type. |