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
| Property | Type | Access | Description |
|---|---|---|---|
radius | double | Read/Write | |
grow | boolean | Read/Write |
Methods
| Method | Returns | Description |
|---|---|---|
initInternal(Element element, Runnable saveCallback, IBaseSlide parentSlide) | void | Initializes this Blur with the given backing element, save callback, and parent slide. |
getRadius() | double | |
setRadius(double value) | void | |
isGrow() | boolean | |
setGrow(boolean value) | void |