FillOverlay — Aspose.Slides FOSS Java API Reference

FillOverlay — Represents a Fill Overlay effect. Inherits from: ImageTransformOperation, IFillOverlay, ISlideComponent.

Package: org.aspose.slides.foss.effects


Properties

PropertyTypeAccessDescription
fillFormatIFillFormatRead/Write
blendFillBlendModeRead/Write

Methods

MethodReturnsDescription
initInternal(Element element, Runnable saveCallback, IBaseSlide parentSlide)voidInitializes this fill overlay with the backing XML element, save callback, and parent slide reference.
getFillFormat()IFillFormat
getBlend()FillBlendMode
setBlend(FillBlendMode value)void
asIPresentationComponent()IPresentationComponent

See Also