p:bgPr
Background Properties
Element information
Namespace: http://schemas.openxmlformats.org/presentationml/2006/main
Schema document: pml-slide.xsd
Type: p:CT_BackgroundProperties
Properties: Local, Qualified
Content
- Sequence [1..1]
- Choice [1..1]
- a:noFill No Fill
- a:solidFill Solid Fill
- a:gradFill Gradient Fill
- a:blipFill Picture Fill
- a:pattFill Pattern Fill
- a:grpFill Group Fill
- Choice [0..1]
- a:effectLst Effect Container
- a:effectDag Effect Container
- p:extLst [0..1] Extension List
from group a:EG_FillPropertiesfrom group a:EG_EffectProperties - Choice [1..1]
Attributes
Name | Occ | Type | Description | Notes |
---|---|---|---|---|
shadeToTitle | [0..1] | xsd:boolean | Shade to Title | Default value is "false". |
Used in
- Group p:EG_Background
- Type p:CT_Background via reference to p:EG_Background (Element p:bg)
Sample instance
<p:bgPr> <a:noFill/> <a:effectLst> <a:blur/> <a:fillOverlay blend="over"> <a:noFill/> </a:fillOverlay> <a:glow> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:glow> <a:innerShdw> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:innerShdw> <a:outerShdw> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:outerShdw> <a:prstShdw prst="shdw1"> <a:scrgbClr r="1" g="1" b="1">... </a:scrgbClr> </a:prstShdw> <a:reflection/> <a:softEdge rad="0"/> </a:effectLst> <p:extLst> <p:ext> <!--any element--> </p:ext> </p:extLst> </p:bgPr>