IPresetShadowEffectiveData
All Implemented Interfaces: com.aspose.slides.IEffectEffectiveData
public interface IPresetShadowEffectiveData extends IEffectEffectiveData
Immutable object which represents a Preset Shadow effect.
Methods
Method | Description |
---|---|
getDirection() | Direction of shadow. |
getDistance() | Distance of shadow. |
getShadowColor() | Color of shadow. |
getPreset() | Preset. |
getDirection()
public abstract float getDirection()
Direction of shadow. Read-only float.
Returns: float
getDistance()
public abstract double getDistance()
Distance of shadow. Read-only double.
Returns: double
getShadowColor()
public abstract Color getShadowColor()
Color of shadow. Read-only java.awt.Color.
Returns: java.awt.Color
getPreset()
public abstract int getPreset()
Preset. Read-only PresetShadowType.
Returns: int