a:fillOverlay
Fill Overlay Effect
Element information
Namespace: http://schemas.openxmlformats.org/drawingml/2006/main
Schema document: dml-shapeEffects.xsd
Type: a:CT_FillOverlayEffect
Properties: Local, Qualified
Content
- Choice [1..1]
- a:noFill No Fill
- a:solidFill Solid Fill
- a:gradFill Gradient Fill
- a:blipFill Picture Fill
- a:pattFill Pattern Fill
- a:grpFill Group Fill
from group a:EG_FillProperties
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
blend | [1..1] | a:ST_BlendMode | Blend |
Used in
- Group a:EG_Effect
- Type a:CT_EffectList (Element a:effectLst)
- Type a:CT_Blip (Elements a:blip, a:blip)
- Type a:CT_EffectContainer via reference to a:EG_Effect (Elements a:cont, a:cont, a:cont, a:effectDag)
Sample instance
<a:fillOverlay blend="over"> <a:noFill/> </a:fillOverlay>