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

NameTypeAccessDescription
radiusdoubleReadGets or sets the radius of the soft edge effect

Methods

SignatureDescription
SoftEdge(element: Element, saveCallback: Runnable)Creates a new SoftEdge backed by the given XML element.
getRadius()doubleReturns 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

See Also