com.aspose.slides

Interfaces

Classes

Exceptions

com.aspose.slides

Interface ISoftEdge

  • All Known Implementing Classes:
    SoftEdge


    public interface ISoftEdge

    Represents a soft edge effect. The edges of the shape are blurred, while the fill is not affected.

    • Method Summary

      All Methods Instance Methods Abstract Methods 
      Modifier and Type Method and Description
      double getRadius()
      Specifies the radius of blur to apply to the edges.
      void setRadius(double value)
      Specifies the radius of blur to apply to the edges.
    • Method Detail

      • getRadius

        double getRadius()

        Specifies the radius of blur to apply to the edges. Read/write double.

      • setRadius

        void setRadius(double value)

        Specifies the radius of blur to apply to the edges. Read/write double.