[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

bgPr (Background Properties)

This element specifies visual effects used to render the slide background. This includes any fill, image, or effects that are to make up the background of the slide.

Parent Elements

bg4.4.1.1)

 

Child Elements

Subclause

blipFill (Picture Fill)

§5.1.10.14

effectDag (Effect Container)

§5.1.10.25

effectLst (Effect Container)

§5.1.10.26

extLst (Extension List)

§4.2.5

gradFill (Gradient Fill)

§5.1.10.33

grpFill (Group Fill)

§5.1.10.35

noFill (No Fill)

§5.1.10.44

pattFill (Pattern Fill)

§5.1.10.47

solidFill (Solid Fill)

§5.1.10.54

 

Attributes

Description

shadeToTitle (Shade to Title)

Specifies whether the background of the slide is of a shade to title type. This type of gradient fill is on the slide background and changes based on the placement of the slide title placeholder. An example is shown below.

 

 

The possible values for this attribute are defined by the XML Schema boolean datatype.

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_BackgroundProperties">

   <sequence>

   <group ref="a:EG_FillProperties" minOccurs="1" maxOccurs="1"/>

   <group ref="a:EG_EffectProperties" minOccurs="0" maxOccurs="1"/>

   <element name="extLst" type="CT_ExtensionList" minOccurs="0" maxOccurs="1"/>

   </sequence>

   <attribute name="shadeToTitle" type="xsd:boolean" use="optional" default="false"/>

</complexType>