IFillOverlay
All Implemented Interfaces: com.aspose.slides.IImageTransformOperation, com.aspose.slides.IAccessiblePVIObject
public interface IFillOverlay extends IImageTransformOperation, IAccessiblePVIObject<IFillOverlayEffectiveData>
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.
Methods
| Method | Description |
|---|---|
| getBlend() | FillBlendMode. |
| setBlend(int value) | FillBlendMode. |
| getFillFormat() | Fill format. |
getBlend()
public abstract int getBlend()
FillBlendMode. Read/write FillBlendMode.
Returns: int
setBlend(int value)
public abstract void setBlend(int value)
FillBlendMode. Read/write FillBlendMode.
Parameters:
| Parameter | Type | Description |
|---|---|---|
| value | int |
getFillFormat()
public abstract IFillFormat getFillFormat()
Fill format. Read-only IFillFormat.
Returns: IFillFormat