com.spire.presentation.drawing
Class FillOverlayEffect
java.lang.Object
com.spire.presentation.drawing.ImageTransformOperationEx
com.spire.presentation.drawing.FillOverlayEffect
- All Implemented Interfaces:
- IActivePresentation, ISlideComponent
public class FillOverlayEffect
- extends ImageTransformOperationEx
Represents a Fill Overlay effect. A fill overlay may be used to specify
an additional fill for an object and blend the two fills together.
FillOverlayEffect
public FillOverlayEffect()
- Fill Overlay effect constructor.
- Throws:
java.lang.Exception
FillOverlayEffect
public FillOverlayEffect(PptxBaseXmlElement source)
getFillFormat
public FillFormat getFillFormat()
- Fill format.
- Returns:
setFillFormat
public void setFillFormat(FillFormat value)
getBlend
public BlendMode getBlend()
- BlendMode.
- Returns:
setBlend
public void setBlend(BlendMode value)