<fill>
(Fill)
This element defines the fill that is applied to the table as a whole. The background of the table can contain a single fill that is the entire size of the table. This can allow for gradient fills, or image fills, which span the entire size of the table.
example:
<fill> <gradFill flip="none" rotWithShape="1"> <gsLst> <gs pos="0"> <schemeClr val="accent2"> <shade val="75000"/> </schemeClr> </gs> <gs pos="100000"> <schemeClr val="accent2"> <shade val="75000"/> <tint val="20000"/> </schemeClr> </gs> </gsLst> <lin ang="2700000" scaled="1"/> <tileRect/> </gradFill> </fill>
In this example, we apply a gradient fill to the entire table on the background shape of the table. ]
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_FillProperties">
<sequence>
<group ref="EG_FillProperties" minOccurs="1" maxOccurs="1"/>
</sequence>
</complexType>