java.lang.Object
org.docx4j.com.microsoft.schemas.office.drawing.x2012.main.CTBackgroundPr
All Implemented Interfaces:
Child

public class CTBackgroundPr
extends java.lang.Object
implements Child

Java class for CT_BackgroundPr complex type.

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

 <complexType name="CT_BackgroundPr">
   <complexContent>
     <restriction base="{http://www.w3.org/2001/XMLSchema}anyType">
       <attribute name="bwMode" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_BlackWhiteMode" />
       <attribute name="bwPure" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_BlackWhiteMode" />
       <attribute name="bwNormal" type="{http://schemas.openxmlformats.org/drawingml/2006/main}ST_BlackWhiteMode" />
       <attribute name="targetScreenSize" type="{http://schemas.microsoft.com/office/drawing/2012/main}ST_TargetScreenSz" />
     </restriction>
   </complexContent>
 </complexType>