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

MethodDescription
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:

ParameterTypeDescription
valuefloat

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:

ParameterTypeDescription
valuedouble

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:

ParameterTypeDescription
valueint