<fill> (Fill)

This element specifies fill formatting.

Parent Elements

<dxf>3.8.14); <fills>3.8.20); <ndxf>3.11.1.4); <odxf>3.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>