FillOverlay

Overview

FillOverlay is a class in Aspose.Slides FOSS for Java. Inherits from: ImageTransformOperation, IFillOverlay, ISlideComponent.

Represents a Fill Overlay effect.

Properties

NameTypeAccessDescription
fillFormatIFillFormatReadProperty provides access to the FillOverlay’s IFillFormat
blendFillBlendModeReadProperty gets or sets the FillOverlay’s FillBlendMode

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 IFillFormat associated with this FillOverlay
getBlend()FillBlendModeReturns the current FillBlendMode of this FillOverlay
setBlend(value: FillBlendMode)Sets the FillBlendMode for this FillOverlay to the specified value
asIPresentationComponent()IPresentationComponent

See Also