IFillOverlay

Overview

IFillOverlay is a interface in Aspose.Slides FOSS for Java. Inherits from: IImageTransformOperation.

Represents a Fill Overlay effect.

Properties

NameTypeAccessDescription
fillFormatIFillFormatReadReturns the fill format.
blendFillBlendModeReadReturns the fill blend mode.

Methods

SignatureDescription
getFillFormat()IFillFormatReturns the fill format.
getBlend()FillBlendModeReturns the fill blend mode.
setBlend(value: FillBlendMode)Sets the fill blend mode.

See Also