L.4.8.4.5 Group Fills
L.4.8.4.5 Group Fills
When objects are grouped together, a group fill is a convenient structure for indicating that the fill properties of any individual element inherits from the fill properties of parent group.
<p:grpSp>
<p:nvGrpSpPr> …
<p:grpSpPr>
<a:xfrm> … </a:xfrm>
<a:solidFill>
<a:srgbClr val="00B050"/>
</a:solidFill>
</p:grpSpPr>
<p:sp>
<p:nvSpPr> … </p:nvSpPr>
<p:spPr>
<a:xfrm> … </a:xfrm>
<a:prstGeom prst="rect"> …
<a:grpFill/>
</p:spPr>
<p:style> … </p:style>
<p:txBody> … </p:txBody>
</p:sp>
<p:sp>
<p:nvSpPr> … </p:nvSpPr>
<p:spPr>
<a:xfrm> … </a:xfrm>
<a:prstGeom prst="rect"> …
<a:grpFill/>
</p:spPr>
<p:style> … </p:style>
<p:txBody> … </p:txBody>
</p:sp>
</p:grpSp>
Last updated on