[Table of Contents] [docx version]

Error! No text of specified style in document.

pattFill (Pattern Fill)

This element specifies a pattern fill. A repeated pattern is used to fill the object.

Parent Elements

bg5.9.3.1); bgFillStyleLst5.1.4.1.7); bgPr4.4.1.2); defRPr5.1.5.3.2); endParaRPr5.1.5.2.3); fill5.1.10.28); fill5.1.4.2.9); fillOverlay5.1.10.29); fillStyleLst5.1.4.1.13); grpSpPr5.8.2.14); grpSpPr4.4.1.20); grpSpPr5.1.2.1.22); grpSpPr5.6.2.17); ln5.1.2.1.24); lnB5.1.6.3); lnBlToTr5.1.6.4); lnL5.1.6.5); lnR5.1.6.6); lnT5.1.6.7); lnTlToBr5.1.6.8); rPr5.1.5.3.9); spPr5.6.2.29); spPr5.7.2.198); spPr5.8.2.23); spPr5.1.2.1.35); spPr4.4.1.41); spPr5.9.3.7); spPr5.2.2.6); tblPr5.1.6.13); tcPr5.1.6.15); uFill5.1.5.3.12); uLn5.1.5.3.14)

 

Child Elements

Subclause

bgClr (Background color)

§5.1.10.10

fgClr (Foreground color)

§5.1.10.27

 

Attributes

Description

prst (Preset Pattern)

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>