[Table of Contents] [docx version]
Error! No text of specified style in document.
fillOverlay (Fill Overlay Effect)
This element specifies a fill overlay effect. A fill overlay may be used to specify an additional fill for an object and blend the two fills together.
Parent Elements |
blip (§5.1.10.13); cont (§5.1.10.20); effectDag (§5.1.10.25); effectLst (§5.1.10.26) |
Child Elements |
Subclause |
blipFill (Picture Fill) |
§5.1.10.14 |
gradFill (Gradient Fill) |
§5.1.10.33 |
grpFill (Group Fill) |
§5.1.10.35 |
noFill (No Fill) |
§5.1.10.44 |
pattFill (Pattern Fill) |
§5.1.10.47 |
solidFill (Solid Fill) |
§5.1.10.54 |
Attributes |
Description |
blend (Blend) |
Specifies how to blend the fill with the base effect.
The possible values for this attribute are defined by the ST_BlendMode simple type (§5.1.12.11). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_FillOverlayEffect">
<sequence>
<group ref="EG_FillProperties" minOccurs="1" maxOccurs="1"/>
</sequence>
<attribute name="blend" type="ST_BlendMode" use="required"/>
</complexType>