<fillStyleLst>
(Fill Style List)
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:
<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. ]
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_FillStyleList">
<sequence>
<group ref="EG_FillProperties" minOccurs="3" maxOccurs="unbounded"/>
</sequence>
</complexType>