IFillOverlay
Overview
IFillOverlay is a interface in Aspose.Slides FOSS for Java.
Inherits from: IImageTransformOperation.
Represents a Fill Overlay effect.
This interface provides 4 methods for working with IFillOverlay objects in Java programs.
Available methods include: asIImageTransformOperation, getBlend, getFillFormat, setBlend.
All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package.
Properties: blend, fillFormat.
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. |
asIImageTransformOperation() → IImageTransformOperation | Returns this instance as {@link IImageTransformOperation}. |