IBlur — Aspose.Slides FOSS Java API Reference

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

Package: org.aspose.slides.foss.effects


Properties

PropertyTypeAccessDescription
radiusdoubleRead/Write
growbooleanRead/Write

Methods

MethodReturnsDescription
getRadius()doubleReturns the blur radius in points.
setRadius(double value)voidSets the blur radius in points.
isGrow()booleanReturns whether the blur boundary grows beyond the shape bounds.
setGrow(boolean value)voidSets whether the blur boundary grows beyond the shape bounds.

See Also