IFillOverlay — Aspose.Slides FOSS Java API Reference

IFillOverlay — Represents a Fill Overlay effect.

Package: org.aspose.slides.foss.effects


Properties

PropertyTypeAccessDescription
fillFormatIFillFormatRead/Write
blendFillBlendModeRead/Write

Methods

MethodReturnsDescription
getFillFormat()IFillFormatReturns the fill format.
getBlend()FillBlendModeReturns the fill blend mode.
setBlend(FillBlendMode value)voidSets the fill blend mode.

See Also