|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectcom.aspose.slides.pptx.ImageTransformOperationEx
com.aspose.slides.pptx.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 | |
---|---|
FillBlendModeEx |
getBlend()
Returns the fill blend mode. |
FillFormatEx |
getFillFormat()
Returns the fill format. |
void |
setBlend(FillBlendModeEx value)
Sets the fill blend mode. |
void |
setFillFormat(FillFormatEx value)
Sets the fill format. |
Methods inherited from class com.aspose.slides.pptx.ImageTransformOperationEx |
---|
getPresentation, getSlide |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Constructor Detail |
---|
public FillOverlay()
Method Detail |
---|
public FillFormatEx getFillFormat()
public void setFillFormat(FillFormatEx value)
value
- new fill format.public FillBlendModeEx getBlend()
public void setBlend(FillBlendModeEx value)
value
- new fill blend mode.
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |