com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IReflection

  • All Known Implementing Classes:
    Reflection


    public interface IReflection

    Represents a reflection effect.

    • Method Detail

      • getStartPosAlpha

        float getStartPosAlpha()

        Specifies the start position (along the alpha gradient ramp) of the start alpha value (percents). Read/write float.

      • setStartPosAlpha

        void setStartPosAlpha(float value)

        Specifies the start position (along the alpha gradient ramp) of the start alpha value (percents). Read/write float.

      • getEndPosAlpha

        float getEndPosAlpha()

        Specifies the end position (along the alpha gradient ramp) of the end alpha value (percents). Read/write float.

      • setEndPosAlpha

        void setEndPosAlpha(float value)

        Specifies the end position (along the alpha gradient ramp) of the end alpha value (percents). Read/write float.

      • getFadeDirection

        float getFadeDirection()

        Specifies the direction to offset the reflection. (angle). Read/write float.

      • setFadeDirection

        void setFadeDirection(float value)

        Specifies the direction to offset the reflection. (angle). Read/write float.

      • getStartReflectionOpacity

        float getStartReflectionOpacity()

        Starting reflection opacity. (percents). Read/write float.

      • setStartReflectionOpacity

        void setStartReflectionOpacity(float value)

        Starting reflection opacity. (percents). Read/write float.

      • getEndReflectionOpacity

        float getEndReflectionOpacity()

        End reflection opacity. (percents). Read/write float.

      • setEndReflectionOpacity

        void setEndReflectionOpacity(float value)

        End reflection opacity. (percents). Read/write float.

      • getBlurRadius

        double getBlurRadius()

        Blur radius. Read/write double.

      • setBlurRadius

        void setBlurRadius(double value)

        Blur radius. Read/write double.

      • getDirection

        float getDirection()

        Direction of reflection. Read/write float.

      • setDirection

        void setDirection(float value)

        Direction of reflection. Read/write float.

      • getDistance

        double getDistance()

        Distance of reflection. Read/write double.

      • setDistance

        void setDistance(double value)

        Distance of reflection. 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. Read/write double.

      • setSkewHorizontal

        void setSkewHorizontal(double value)

        Specifies the horizontal skew angle. Read/write double.

      • getSkewVertical

        double getSkewVertical()

        Specifies the vertical skew angle. Read/write double.

      • setSkewVertical

        void setSkewVertical(double value)

        Specifies the vertical skew angle. Read/write double.

      • getRotateShadowWithShape

        boolean getRotateShadowWithShape()

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

      • setRotateShadowWithShape

        void setRotateShadowWithShape(boolean value)

        Specifies whether the reflection 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. (percents) Read/write double.

      • setScaleHorizontal

        void setScaleHorizontal(double value)

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

      • getScaleVertical

        double getScaleVertical()

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

      • setScaleVertical

        void setScaleVertical(double value)

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