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

NameTypeAccessDescription
fillFormatIFillFormatReadGets the fill format.
blendFillBlendModeReadGets the blend.
slideIBaseSlideReadGets the slide.
presentationIPresentationReadGets the presentation.

Methods

SignatureDescription
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()IFillFormatReturns the fill format.
getBlend()FillBlendModeReturns 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()IBaseSlideReturns the slide.
getPresentation()IPresentationReturns the presentation.

See Also