com.aspose.slides
Interface IFillOverlay

All Superinterfaces:
IImageTransformOperation, IPresentationComponent, ISlideComponent
All Known Implementing Classes:
FillOverlay

public interface IFillOverlay
extends IImageTransformOperation


Method Summary
 int getBlend()
           
 IFillFormat getFillFormat()
           
 void setBlend(int value)
           
 void setFillFormat(IFillFormat value)
           
 
Methods inherited from interface com.aspose.slides.ISlideComponent
getSlide
 
Methods inherited from interface com.aspose.slides.IPresentationComponent
getPresentation
 

Method Detail

getBlend

int getBlend()

setBlend

void setBlend(int value)

getFillFormat

IFillFormat getFillFormat()

setFillFormat

void setFillFormat(IFillFormat value)