SoftEdge
Overview
SoftEdge is a class in Aspose.Slides FOSS for Java.
Inherits from: ISoftEdge.
Represents a soft edge effect backed by an OOXML {@code <a:softEdge>} element.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
radius | double | Read | Gets or sets the radius of the soft edge effect |
Methods
| Signature | Description |
|---|---|
SoftEdge(element: Element, saveCallback: Runnable) | Creates a new SoftEdge backed by the given XML element. |
getRadius() → double | Returns the current radius of the soft edge effect |
setRadius(value: double) | Sets the radius of the soft edge effect to the specified value |
asIImageTransformOperation() → IImageTransformOperation |