com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface IBlur

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      boolean getGrow()
      Determines whether the bounds of the object should be grown as a result of the blurring.
      double getRadius()
      Returns or sets blur radius.
      void setGrow(boolean value)
      Determines whether the bounds of the object should be grown as a result of the blurring.
      void setRadius(double value)
      Returns or sets blur radius.
    • Method Detail

      • getRadius

        double getRadius()

        Returns or sets blur radius. Read/write double.

      • setRadius

        void setRadius(double value)

        Returns or sets blur radius. Read/write double.

      • getGrow

        boolean getGrow()

        Determines whether the bounds of the object should be grown as a result of the blurring. True indicates the bounds are grown while false indicates that they are not. Read/write boolean.

      • setGrow

        void setGrow(boolean value)

        Determines whether the bounds of the object should be grown as a result of the blurring. True indicates the bounds are grown while false indicates that they are not. Read/write boolean.