public final 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)
Determines whether the specified
FillOverlay is equal to the current FillOverlay. |
int |
getBlend()
FillBlendMode.
|
IFillOverlayEffectiveData |
getEffective()
Gets effective Fill Overlay effect data with the inheritance applied.
|
IFillFormat |
getFillFormat()
Fill format.
|
long |
getVersion()
Version.
|
int |
hashCode()
Serves as a hash function for a particular type.
|
void |
setBlend(int value)
FillBlendMode.
|
getParent_Immediate, getParent_IPresentationComponent, getParent_ISlideComponent, getPresentation, getSlidepublic final IFillFormat getFillFormat()
Fill format.
Read-only IFillFormat.
getFillFormat in interface IFillOverlaypublic final int getBlend()
FillBlendMode.
Read/write FillBlendMode.
getBlend in interface IFillOverlaypublic final void setBlend(int value)
FillBlendMode.
Read/write FillBlendMode.
setBlend in interface IFillOverlaypublic final IFillOverlayEffectiveData getEffective()
Gets effective Fill Overlay effect data with the inheritance applied.
getEffective in interface IAccessiblePVIObject<IFillOverlayEffectiveData>IFillOverlayEffectiveData.public long getVersion()
Version.
Read-only long.
getVersion in class ImageTransformOperationpublic boolean equals(java.lang.Object obj)
Determines whether the specified FillOverlay is equal to the current FillOverlay.
equals in class PVIObjectobj - The FillOverlay to compare.Copyright © 2004-2025 Aspose Pty Ltd. All Rights Reserved.