20.1.4.1.13 fillStyleLst
20.1.4.1.13 fillStyleLst
This element defines a set of three fill styles that are used within a theme. The three fill styles are arranged in order from subtle to moderate to intense.
[Example:
Consider the following example of a fill style list within DrawingML:
<fillStyleLst>
<solidFill>
…
</solidFill>
<gradFill rotWithShape="1">
…
</gradFill>
<gradFill rotWithShape="1">
…
</gradFill>
</fillStyleLst>
In this example, we see three fill styles being defined within the fill style list. The first style is the subtle style and defines simply a solid fill. The second and third styles (moderate and intense fills respectively) define gradient fills. end example]
[Note: The W3C XML Schema definition of this element’s content model (CT_FillStyleList) is located in A.4.1. end note]
Last updated on