2.12.3.1 CT_BackgroundPr

Target namespace: http://schemas.microsoft.com/office/drawing/2012/main

Referenced by: backgroundPr

This complex type describes the visual properties of the background of a WordprocessingML document.<115>

Attributes:

bwMode: An ST_BlackWhiteMode ([ISO/IEC29500-1:2016] section 20.1.10.10) attribute that specifies in what types of colors the background is rendered.

bwPure: An ST_BlackWhiteMode ([ISO/IEC29500-1:2016] section 20.1.10.10) attribute that specifies how the background is rendered using pure black and white color.

This is subordinate to bwMode. If bwMode is "auto" then the value for bwNormal or bwPure is used depending on what the output format is. An application can define for itself what, if any, difference there is between normal black and white and pure black and white.

bwNormal: An ST_BlackWhiteMode ([ISO/IEC29500-1:2016] section 20.1.10.10) attribute that specifies how the background is rendered using normal black and white color.

This is subordinate to bwMode. If bwMode is set to "auto" then the value for bwNormal or bwPure is used depending on what the output format is. An application can define for itself what, if any, difference there is between normal black and white and pure black and white.

targetScreenSize: An ST_TargetScreenSz attribute that specifies the target resolution used for documents with a gradient or picture-filled background.

The following W3C XML Schema ([XMLSCHEMA1/2] section 2.1) fragment specifies the contents of this complex type.

 <xsd:complexType name="CT_BackgroundPr">
   <xsd:attribute name="bwMode" type="a:ST_BlackWhiteMode"/>
   <xsd:attribute name="bwPure" type="a:ST_BlackWhiteMode"/>
   <xsd:attribute name="bwNormal" type="a:ST_BlackWhiteMode"/>
   <xsd:attribute name="targetScreenSize" type="ST_TargetScreenSz"/>
 </xsd:complexType>

See section 5.14 for the full W3C XML Schema ([XMLSCHEMA1/2] section 2.1).