|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ImageTransformOperation
com.aspose.slides.FillOverlay
public class FillOverlay
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.
Constructor Summary | |
---|---|
FillOverlay()
Fill Overlay effect constructor. |
Method Summary | |
---|---|
int |
getBlend()
FillBlendMode. |
IFillFormat |
getFillFormat()
Fill format. |
EffectEffectiveData |
getReadonly(BaseSlide slide,
FloatColor styleColor)
|
void |
setBlend(int value)
|
void |
setFillFormat(IFillFormat value)
|
Methods inherited from class com.aspose.slides.ImageTransformOperation |
---|
getPresentation, getSlide |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface com.aspose.slides.ISlideComponent |
---|
getSlide |
Methods inherited from interface com.aspose.slides.IPresentationComponent |
---|
getPresentation |
Constructor Detail |
---|
public FillOverlay()
Fill Overlay effect constructor.
Method Detail |
---|
public IFillFormat getFillFormat()
Fill format.
getFillFormat
in interface IFillOverlay
public void setFillFormat(IFillFormat value)
setFillFormat
in interface IFillOverlay
public int getBlend()
FillBlendMode.
getBlend
in interface IFillOverlay
public void setBlend(int value)
setBlend
in interface IFillOverlay
public EffectEffectiveData getReadonly(BaseSlide slide, FloatColor styleColor)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |