public class FillOverlayEffectiveData extends EffectEffectiveData<FillOverlay,FillOverlayEffectiveData> implements IFillOverlayEffectiveData
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.
Modifier and Type | Method and Description |
---|---|
com.aspose.slides.TrueColorBitmap |
apply(com.aspose.slides.TrueColorBitmap img) |
int |
getBlend()
Determines how one fill drawn over another.
|
IFillFormatEffectiveData |
getFillFormat()
Returns a overlaying fill properties.
|
java.lang.String |
getStringData() |
void |
resolveFontDatas(IBaseSlide slide) |
void |
resolveStyledColors(IBaseSlide slide,
com.aspose.slides.StyleColorEffectiveData styleColor) |
getActualVersion, getInstanceId, updateCache
equals, hashCode
public final int getBlend()
Determines how one fill drawn over another.
Read-only FillBlendMode
.
getBlend
in interface IFillOverlayEffectiveData
public final IFillFormatEffectiveData getFillFormat()
Returns a overlaying fill properties.
Read-only IFillFormatEffectiveData
.
getFillFormat
in interface IFillOverlayEffectiveData
public void resolveStyledColors(IBaseSlide slide, com.aspose.slides.StyleColorEffectiveData styleColor)
public void resolveFontDatas(IBaseSlide slide)
public com.aspose.slides.TrueColorBitmap apply(com.aspose.slides.TrueColorBitmap img)
apply
in class EffectEffectiveData<FillOverlay,FillOverlayEffectiveData>
public java.lang.String getStringData()
getStringData
in class EffectEffectiveData<FillOverlay,FillOverlayEffectiveData>
Copyright © 2004-2021 Aspose Pty Ltd. All Rights Reserved.