[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

fill (Fill)

This element specifies fill formatting.

Parent Elements

dxf3.8.14); fills3.8.20); ndxf3.11.1.4); odxf3.11.1.6)

 

Child Elements

Subclause

gradientFill (Gradient)

§3.8.23

patternFill (Pattern)

§3.8.32

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

<complexType name="CT_Fill">

   <choice minOccurs="1" maxOccurs="1">

   <element name="patternFill" type="CT_PatternFill" minOccurs="0" maxOccurs="1"/>

   <element name="gradientFill" type="CT_GradientFill" minOccurs="0" maxOccurs="1"/>

   </choice>

</complexType>