<pattFill>
(Pattern Fill)
This element specifies a pattern fill. A repeated pattern is used to fill the object.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
Attributes |
Description |
---|---|
|
Specifies one of a set of preset patterns to fill the object. The possible values for this attribute are defined by the ST_PresetPatternVal simple type (§5.1.12.51). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_PatternFillProperties">
<sequence>
<element name="fgClr" type="CT_Color" minOccurs="0" maxOccurs="1"/>
<element name="bgClr" type="CT_Color" minOccurs="0" maxOccurs="1"/>
</sequence>
<attribute name="prst" type="ST_PresetPatternVal" use="optional"/>
</complexType>