public interface IPresetShadowEffectiveData extends IEffectEffectiveData
Immutable object which represents a Preset Shadow effect.
| Modifier and Type | Method and Description |
|---|---|
float |
getDirection()
Direction of shadow.
|
double |
getDistance()
Distance of shadow.
|
int |
getPreset()
Preset.
|
java.awt.Color |
getShadowColor()
Color of shadow.
|
float getDirection()
Direction of shadow.
Read-only float.
double getDistance()
Distance of shadow.
Read-only double.
java.awt.Color getShadowColor()
Color of shadow.
Read-only Color.
int getPreset()
Preset.
Read-only PresetShadowType.
Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.