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
| Property | Type | Access | Description |
|---|---|---|---|
radius | double | Read/Write | |
grow | boolean | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
getRadius() | double | Returns the blur radius in points. |
setRadius(double value) | void | Sets the blur radius in points. |
isGrow() | boolean | Returns whether the blur boundary grows beyond the shape bounds. |
setGrow(boolean value) | void | Sets whether the blur boundary grows beyond the shape bounds. |