IPresetShadow
All Implemented Interfaces: com.aspose.slides.IImageTransformOperation, com.aspose.slides.IAccessiblePVIObject
public interface IPresetShadow extends IImageTransformOperation, IAccessiblePVIObject<IPresetShadowEffectiveData>
Represents a Preset Shadow effect.
Methods
Method | Description |
---|---|
getDirection() | Direction of shadow. |
setDirection(float value) | Direction of shadow. |
getDistance() | Distance of shadow. |
setDistance(double value) | Distance of shadow. |
getShadowColor() | Color of shadow. |
getPreset() | Preset. |
setPreset(int value) | Preset. |
getDirection()
public abstract float getDirection()
Direction of shadow. Read/write float.
Returns: float
setDirection(float value)
public abstract void setDirection(float value)
Direction of shadow. Read/write float.
Parameters:
Parameter | Type | Description |
---|---|---|
value | float |
getDistance()
public abstract double getDistance()
Distance of shadow. Read/write double.
Returns: double
setDistance(double value)
public abstract void setDistance(double value)
Distance of shadow. Read/write double.
Parameters:
Parameter | Type | Description |
---|---|---|
value | double |
getShadowColor()
public abstract IColorFormat getShadowColor()
Color of shadow. Read-only IColorFormat.
Returns: IColorFormat
getPreset()
public abstract int getPreset()
Preset. Read/write PresetShadowType.
Returns: int
setPreset(int value)
public abstract void setPreset(int value)
Preset. Read/write PresetShadowType.
Parameters:
Parameter | Type | Description |
---|---|---|
value | int |