2.2.4.27 CT_BackgroundDesc

Namespace: http://schemas.datacontract.org/2004/07/Microsoft.Office.Server.Powerpoint.Interface.Shared

A complex type that specifies the background appearance of a presentation slide.

 <xs:complexType name="CT_BackgroundDesc" xmlns:xs="http://www.w3.org/2001/XMLSchema">
   <xs:sequence>
     <xs:element name="Item" nillable="true" type="xs:anyType"/>
   </xs:sequence>
 </xs:complexType>

Item: An xs:anyType [XMLSCHEMA1] (section 3.4.7) element that specifies the background appearance of a presentation slide. The child element MUST be CT_ImageBackground (section 2.2.4.34) or CT_SolidFill (section 2.2.4.55). A CT_ImageBackground child element specifies the image to use for the background. A CT_SolidFill child element specifies the color fill to use for the background.