|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.ImageTransformOperationEx
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()
FillBlendModeEx. |
FillFormatEx |
getFillFormat()
Fill format. |
EffectDataEx |
getReadonly(BaseSlideEx slide,
com.aspose.slides.ColorFormatEx.FloatColor styleColor)
|
void |
setBlend(int value)
|
void |
setFillFormat(FillFormatEx value)
|
Methods inherited from class com.aspose.slides.ImageTransformOperationEx |
---|
getPresentation, getSlide |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FillOverlay()
Fill Overlay effect constructor.
Method Detail |
---|
public FillFormatEx getFillFormat()
Fill format.
public void setFillFormat(FillFormatEx value)
public int getBlend()
FillBlendModeEx.
public void setBlend(int value)
public EffectDataEx getReadonly(BaseSlideEx slide, com.aspose.slides.ColorFormatEx.FloatColor styleColor)
|
||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |