IFillOverlay

Overview

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

Represents a Fill Overlay effect.

This interface provides 4 methods for working with IFillOverlay objects in Java programs. Available methods include: asIImageTransformOperation, getBlend, getFillFormat, setBlend. All public members are accessible to any Java application after installing the Aspose.Slides FOSS for Java package. Properties: blend, fillFormat.

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.
asIImageTransformOperation()IImageTransformOperationReturns this instance as {@link IImageTransformOperation}.

See Also