IFillOverlay
Overview
IFillOverlay is a interface in Aspose.Slides FOSS for Java.
Inherits from: IImageTransformOperation.
Represents a Fill Overlay effect.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
fillFormat | IFillFormat | Read | Returns the fill format. |
blend | FillBlendMode | Read | Returns the fill blend mode. |
Methods
| Signature | Description |
|---|---|
getFillFormat() → IFillFormat | Returns the fill format. |
getBlend() → FillBlendMode | Returns the fill blend mode. |
setBlend(value: FillBlendMode) | Sets the fill blend mode. |