20.1.4.1.7 bgFillStyleLst
20.1.4.1.7 bgFillStyleLst
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:
Consider the following example of a background fill style list within DrawingML:
<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. end example]
[Note: The W3C XML Schema definition of this element’s content model (CT_BackgroundFillStyleList) is located in A.4.1. end note]
Last updated on