ISoftEdge

All Implemented Interfaces: com.aspose.slides.IImageTransformOperation, com.aspose.slides.IAccessiblePVIObject

public interface ISoftEdge extends IImageTransformOperation, IAccessiblePVIObject<ISoftEdgeEffectiveData>

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

Methods

MethodDescription
getRadius()Specifies the radius of blur to apply to the edges.
setRadius(double value)Specifies the radius of blur to apply to the edges.

getRadius()

public abstract double getRadius()

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

Returns: double

setRadius(double value)

public abstract void setRadius(double value)

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

Parameters:

ParameterTypeDescription
valuedouble