[Table of Contents] [docx version]
Error! No text of specified style in document.
This element specifies a pattern fill. A repeated pattern is used to fill the object.
Parent Elements |
bg (§5.9.3.1); bgFillStyleLst (§5.1.4.1.7); bgPr (§4.4.1.2); defRPr (§5.1.5.3.2); endParaRPr (§5.1.5.2.3); fill (§5.1.10.28); fill (§5.1.4.2.9); fillOverlay (§5.1.10.29); fillStyleLst (§5.1.4.1.13); grpSpPr (§5.8.2.14); grpSpPr (§4.4.1.20); grpSpPr (§5.1.2.1.22); grpSpPr (§5.6.2.17); ln (§5.1.2.1.24); lnB (§5.1.6.3); lnBlToTr (§5.1.6.4); lnL (§5.1.6.5); lnR (§5.1.6.6); lnT (§5.1.6.7); lnTlToBr (§5.1.6.8); rPr (§5.1.5.3.9); spPr (§5.6.2.29); spPr (§5.7.2.198); spPr (§5.8.2.23); spPr (§5.1.2.1.35); spPr (§4.4.1.41); spPr (§5.9.3.7); spPr (§5.2.2.6); tblPr (§5.1.6.13); tcPr (§5.1.6.15); uFill (§5.1.5.3.12); uLn (§5.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>