com.aspose.slides
Class FillOverlayDataEx

java.lang.Object
  extended by com.aspose.slides.EffectDataEx
      extended by com.aspose.slides.FillOverlayDataEx

public class FillOverlayDataEx
extends EffectDataEx

Immutable object which 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 getBlendMode()
           Determines how one fill drawn over another.
 FillFormatDataEx getFillFormat()
           Returns a overlaying fill properties.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Method Detail

getBlendMode

public int getBlendMode()

Determines how one fill drawn over another. Readonly FillBlendModeEx.


getFillFormat

public FillFormatDataEx getFillFormat()

Returns a overlaying fill properties. Readonly FillBlendModeEx.