com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IOuterShadow

  • All Known Implementing Classes:
    OuterShadow


    public interface IOuterShadow

    • Method Detail

      • getBlurRadius

        double getBlurRadius()

        Blur radius. Read/write double.

      • setBlurRadius

        void setBlurRadius(double value)

        Blur radius. Read/write double.

      • getDirection

        float getDirection()

        Direction of shadow. Read/write float.

      • setDirection

        void setDirection(float value)

        Direction of shadow. Read/write float.

      • getDistance

        double getDistance()

        Distance of shadow. Read/write double.

      • setDistance

        void setDistance(double value)

        Distance of shadow. Read/write double.

      • getRectangleAlign

        byte getRectangleAlign()

        Rectangle alignment. Read/write RectangleAlignment.

      • setRectangleAlign

        void setRectangleAlign(byte value)

        Rectangle alignment. Read/write RectangleAlignment.

      • getSkewHorizontal

        double getSkewHorizontal()

        Specifies the horizontal skew angle (in degrees). Read/write double.

      • setSkewHorizontal

        void setSkewHorizontal(double value)

        Specifies the horizontal skew angle (in degrees). Read/write double.

      • getSkewVertical

        double getSkewVertical()

        Specifies the vertical skew angle (in degrees). Read/write double.

      • setSkewVertical

        void setSkewVertical(double value)

        Specifies the vertical skew angle (in degrees). Read/write double.

      • getRotateShadowWithShape

        boolean getRotateShadowWithShape()

        Specifies whether the shadow should rotate with the shape if the shape is rotated. Read/write boolean.

      • setRotateShadowWithShape

        void setRotateShadowWithShape(boolean value)

        Specifies whether the shadow should rotate with the shape if the shape is rotated. Read/write boolean.

      • getScaleHorizontal

        double getScaleHorizontal()

        Specifies the horizontal scaling factor, negative scaling causes a flip. Read/write double.

      • setScaleHorizontal

        void setScaleHorizontal(double value)

        Specifies the horizontal scaling factor, negative scaling causes a flip. Read/write double.

      • getScaleVertical

        double getScaleVertical()

        Specifies the vertical scaling factor, negative scaling causes a flip. Read/write double.

      • setScaleVertical

        void setScaleVertical(double value)

        Specifies the vertical scaling factor, negative scaling causes a flip. Read/write double.