com.aspose.slides
Class FillOverlay

java.lang.Object
  extended by com.aspose.slides.ImageTransformOperation
      extended by com.aspose.slides.FillOverlay
All Implemented Interfaces:
IFillOverlay, IImageTransformOperation, java.lang.Cloneable

public 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.


Method Summary
 int getBlend()
           FillBlendMode.
 com.aspose.slides.EffectEffectiveDataPVITemp getEffective()
           
 EffectEffectiveData getEffective(BaseSlide slide, com.aspose.slides.util.FloatColor styleColor)
           
 IFillFormat getFillFormat()
           Fill format.
 long getVersion()
           
 void setBlend(int value)
           FillBlendMode.
 
Methods inherited from class com.aspose.slides.ImageTransformOperation
getParent_Immediate
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getFillFormat

public IFillFormat getFillFormat()

Fill format. Read-only IFillFormat.

Specified by:
getFillFormat in interface IFillOverlay

getBlend

public int getBlend()

FillBlendMode. Read/write FillBlendMode.

Specified by:
getBlend in interface IFillOverlay

setBlend

public void setBlend(int value)

FillBlendMode. Read/write FillBlendMode.

Specified by:
setBlend in interface IFillOverlay

getEffective

public final EffectEffectiveData getEffective(BaseSlide slide,
                                              com.aspose.slides.util.FloatColor styleColor)

getEffective

public final com.aspose.slides.EffectEffectiveDataPVITemp getEffective()

getVersion

public long getVersion()
Overrides:
getVersion in class ImageTransformOperation


Copyright © Copyright 2004-2016 Aspose Pty Ltd. All Rights Reserved.