IOuterShadowEffectiveData

All Implemented Interfaces: com.aspose.slides.IEffectEffectiveData

public interface IOuterShadowEffectiveData extends IEffectEffectiveData

Immutable object which represents an Outer Shadow effect.

Methods

MethodDescription
getBlurRadius()Blur radius.
getDirection()Direction of shadow.
getDistance()Distance of shadow.
getShadowColor()Color of shadow.
getRectangleAlign()Rectangle alignment.
getSkewHorizontal()Specifies the horizontal skew angle (in degrees).
getSkewVertical()Specifies the vertical skew angle (in degrees).
getRotateShadowWithShape()Specifies whether the shadow should rotate with the shape if the shape is rotated.
getScaleHorizontal()Specifies the horizontal scaling factor, negative scaling causes a flip.
getScaleVertical()Specifies the vertical scaling factor, negative scaling causes a flip.

getBlurRadius()

public abstract double getBlurRadius()

Blur radius. Read-only double.

Returns: double

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 Integer getShadowColor()

Color of shadow. Read-only java.lang.Integer.

Returns: java.lang.Integer

getRectangleAlign()

public abstract byte getRectangleAlign()

Rectangle alignment. Read-only RectangleAlignment.

Returns: byte

getSkewHorizontal()

public abstract double getSkewHorizontal()

Specifies the horizontal skew angle (in degrees). Read-only double.

Returns: double

getSkewVertical()

public abstract double getSkewVertical()

Specifies the vertical skew angle (in degrees). Read-only double.

Returns: double

getRotateShadowWithShape()

public abstract boolean getRotateShadowWithShape()

Specifies whether the shadow should rotate with the shape if the shape is rotated. Read-only boolean.

Returns: boolean

getScaleHorizontal()

public abstract double getScaleHorizontal()

Specifies the horizontal scaling factor, negative scaling causes a flip. Read-only double.

Returns: double

getScaleVertical()

public abstract double getScaleVertical()

Specifies the vertical scaling factor, negative scaling causes a flip. Read-only double.

Returns: double