public class FillOverlayEffectiveData extends EffectEffectiveData implements IFillOverlayEffectiveData
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.
Modifier and Type | Method and Description |
---|---|
int |
getBlend()
Determines how one fill drawn over another.
|
IFillFormatEffectiveData |
getFillFormat()
Returns a overlaying fill properties.
|
public final int getBlend()
Determines how one fill drawn over another.
Read-only FillBlendMode
.
getBlend
in interface IFillOverlayEffectiveData
public final IFillFormatEffectiveData getFillFormat()
Returns a overlaying fill properties.
Read-only IFillFormatEffectiveData
.
getFillFormat
in interface IFillOverlayEffectiveData
Copyright © 2004-2019 Aspose Pty Ltd. All Rights Reserved.