IFillOverlayEffectiveData
All Implemented Interfaces: com.aspose.slides.IEffectEffectiveData
public interface IFillOverlayEffectiveData extends IEffectEffectiveData
Immutable object which 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. |
getFillFormat() | Fill format. |
getBlend()
public abstract int getBlend()
FillBlendMode. Read-only FillBlendMode.
Returns: int
getFillFormat()
public abstract IFillFormatEffectiveData getFillFormat()
Fill format. Read-only IFillFormatEffectiveData.
Returns: IFillFormatEffectiveData