[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

bg (Slide Background)

This element specifies the background appearance information for a slide. The slide background covers the entire slide and is visible where no objects exist and as the background for transparent objects.

Parent Elements

cSld4.4.1.15)

 

Child Elements

Subclause

bgPr (Background Properties)

§4.4.1.2

bgRef (Background Style Reference)

§4.4.1.3

 

Attributes

Description

bwMode (Black and White Mode)

Specifies that the background should be rendered using only black and white coloring. That is, the coloring information for the background should be converted to either black or white when rendering the picture.

 

[Note: No gray is to be used in rendering this background, only stark black and stark white. End note]

 

The possible values for this attribute are defined by the ST_BlackWhiteMode simple type (§5.1.12.10).

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

<complexType name="CT_Background">

   <sequence>

   <group ref="EG_Background"/>

   </sequence>

   <attribute name="bwMode" type="a:ST_BlackWhiteMode" use="optional" default="white"/>

</complexType>