<bgFillStyleLst> (Background Fill Style List)

This element defines a list of background fills that are used within a theme. The background fills consist of three fills, arranged in order from subtle to moderate to intense.

example:
<bgFillStyleLst>
  <solidFill></solidFill>
  <gradFill rotWithShape="1"></gradFill>
  <blipFill></blipFill>
</bgFillStyleLst>

In this example, we see that the list contains a solid fill for the subtle fill, a gradient fill for the moderate fill and an image fill for the intense background fill. ]

Parent Elements

<fmtScheme>5.1.4.1.14)

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

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_BackgroundFillStyleList">
	<sequence>
	<group ref="EG_FillProperties" minOccurs="3" maxOccurs="unbounded"/>
	</sequence>
</complexType>