FillOverlay
Overview
FillOverlay is a class in Aspose.Slides FOSS for Java.
Inherits from: ImageTransformOperation, IFillOverlay, ISlideComponent.
Represents a Fill Overlay effect.
This class provides 13 methods for working with FillOverlay objects in Java programs.
Available methods include: FillOverlay, ImageTransformOperation, PVIObject, asIImageTransformOperation, asIPresentationComponent, getBlend, getFillFormat, getPresentation, getSlide, initInternal, setBlend.
All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package.
Properties: blend, fillFormat, presentation, slide.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
fillFormat | IFillFormat | Read | Gets the fill format. |
blend | FillBlendMode | Read | Gets the blend. |
slide | IBaseSlide | Read | Gets the slide. |
presentation | IPresentation | Read | Gets the presentation. |
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 fill format. |
getBlend() → FillBlendMode | Returns the blend. |
setBlend(value: FillBlendMode) | Sets the blend value. |
asIPresentationComponent() → IPresentationComponent | |
ImageTransformOperation() | Creates an {@code ImageTransformOperation} with no parent slide. |
asIImageTransformOperation() → IImageTransformOperation | |
PVIObject() | Creates a PVIObject with no parent slide. |
getSlide() → IBaseSlide | Returns the slide. |
getPresentation() → IPresentation | Returns the presentation. |