Class CTBackground

java.lang.Object
org.pptx4j.pml.CTBackground
All Implemented Interfaces:
Child

public class CTBackground extends Object implements Child

Java class for CT_Background complex type.

The following schema fragment specifies the expected content contained within this class.

 <complexType name="CT_Background">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <sequence>
         <group ref="{http://schemas.openxmlformats.org/presentationml/2006/main}EG_Background"/>
       </sequence>
       <attribute name="bwMode" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_BlackWhiteMode" default="white" />
     </restriction>
   </complexContent>
 </complexType>