public class FillOverlay extends ImageTransformOperation implements IFillOverlay
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 |
---|---|
boolean |
equals(java.lang.Object obj)
Compares with specified object.
|
int |
getBlend()
FillBlendMode.
|
com.aspose.slides.FillOverlayEffectiveDataPVITemp |
getEffective() |
EffectEffectiveData |
getEffective(BaseSlide slide,
com.aspose.slides.FloatColor styleColor) |
IFillFormat |
getFillFormat()
Fill format.
|
com.aspose.slides.IDOMObject |
getParent_Immediate()
Returns Parent_Immediate object.
|
IPresentationComponent |
getParent_IPresentationComponent()
Returns parent IPresentationComponent.
|
long |
getVersion()
Version.
|
int |
hashCode()
Returns hash.
|
void |
setBlend(int value)
FillBlendMode.
|
getParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlide, reset_Parent_IPresentationComponent
public final IFillFormat getFillFormat()
Fill format.
Read-only IFillFormat
.
getFillFormat
in interface IFillOverlay
public final int getBlend()
FillBlendMode.
Read/write FillBlendMode
.
getBlend
in interface IFillOverlay
public final void setBlend(int value)
FillBlendMode.
Read/write FillBlendMode
.
setBlend
in interface IFillOverlay
public final EffectEffectiveData getEffective(BaseSlide slide, com.aspose.slides.FloatColor styleColor)
public com.aspose.slides.FillOverlayEffectiveDataPVITemp getEffective()
public long getVersion()
Version.
Read-only long
.
getVersion
in class ImageTransformOperation
public boolean equals(java.lang.Object obj)
Compares with specified object.
public IPresentationComponent getParent_IPresentationComponent()
Returns parent IPresentationComponent.
Read-only IPresentationComponent
.
public com.aspose.slides.IDOMObject getParent_Immediate()
Returns Parent_Immediate object.
Read-only IDOMObject
.
Copyright © 2004-2019 Aspose Pty Ltd. All Rights Reserved.