FillOverlay
Overview
FillOverlay is a class in Aspose.Slides FOSS for Java.
Inherits from: ImageTransformOperation, IFillOverlay, ISlideComponent.
Represents a Fill Overlay effect.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
fillFormat | IFillFormat | Read | Property provides access to the FillOverlay’s IFillFormat |
blend | FillBlendMode | Read | Property gets or sets the FillOverlay’s FillBlendMode |
Methods
| Signature | Description |
|---|---|
FillOverlay() | Creates an uninitialized {@code FillOverlay}. |
FillOverlay(element: Element, saveCallback: Runnable) | Creates a new FillOverlay backed by the given XML element. |
FillOverlay(element: Element, saveCallback: Runnable, parentSlide: IBaseSlide) | Creates a new FillOverlay backed by the given XML element with a parent slide reference. |
initInternal(element: Element, saveCallback: Runnable, parentSlide: IBaseSlide) | Initializes this fill overlay with the backing XML element, save callback, |
| and parent slide reference. | |
getFillFormat() → IFillFormat | Returns the IFillFormat associated with this FillOverlay |
getBlend() → FillBlendMode | Returns the current FillBlendMode of this FillOverlay |
setBlend(value: FillBlendMode) | Sets the FillBlendMode for this FillOverlay to the specified value |
asIPresentationComponent() → IPresentationComponent |