Blur — Aspose.Slides FOSS Java API Reference

Blur — Represents a Blur effect that is applied to the entire shape, including its fill. Inherits from: ImageTransformOperation, IBlur.

Package: org.aspose.slides.foss.effects


Properties

PropertyTypeAccessDescription
radiusdoubleRead/Write
growbooleanRead/Write

Methods

MethodReturnsDescription
initInternal(Element element, Runnable saveCallback, IBaseSlide parentSlide)voidInitializes this Blur with the given backing element, save callback, and parent slide.
getRadius()double
setRadius(double value)void
isGrow()boolean
setGrow(boolean value)void

See Also