com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IOuterShadowEffectiveData

  • All Known Implementing Classes:
    OuterShadowEffectiveData


    public interface IOuterShadowEffectiveData

    Immutable object which represents a outer shadow effect.

    • Method Detail

      • getBlurRadius

        double getBlurRadius()

        Blur radius. Read-only double.

      • getDirection

        float getDirection()

        Direction of shadow. Read-only float.

      • getDistance

        double getDistance()

        Distance of shadow. Read-only double.

      • getShadowColor

        java.awt.Color getShadowColor()

        Color of shadow. Read-only Color.

      • getRectangleAlign

        byte getRectangleAlign()

        Rectangle alignment. Read-only RectangleAlignment.

      • getSkewHorizontal

        double getSkewHorizontal()

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

      • getSkewVertical

        double getSkewVertical()

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

      • getRotateShadowWithShape

        boolean getRotateShadowWithShape()

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

      • getScaleHorizontal

        double getScaleHorizontal()

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

      • getScaleVertical

        double getScaleVertical()

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