[Table of Contents] [docx version]

Error! No text of specified style in document.

spPr (Shape Properties)

This element specifies the visual shape properties that can be applied to a special shape such as a connector shape or picture. These are the same properties that are allowed to describe the visual properties of a shape but are used here to describe additional object-specific properties within a document. This allows for these shapes to have both the properties of a shape as well as specific properties that are unique to only them.

Parent Elements

cxnSp5.6.2.12); pic5.6.2.24); sp5.6.2.28)

 

Child Elements

Subclause

blipFill (Picture Fill)

§5.1.10.14

custGeom (Custom Geometry)

§5.1.11.8

effectDag (Effect Container)

§5.1.10.25

effectLst (Effect Container)

§5.1.10.26

extLst (Extension List)

§5.1.2.1.15

gradFill (Gradient Fill)

§5.1.10.33

grpFill (Group Fill)

§5.1.10.35

ln (Outline)

§5.1.2.1.24

noFill (No Fill)

§5.1.10.44

pattFill (Pattern Fill)

§5.1.10.47

prstGeom (Preset geometry)

§5.1.11.18

scene3d (3D Scene Properties)

§5.1.4.1.26

solidFill (Solid Fill)

§5.1.10.54

sp3d (Apply 3D shape properties)

§5.1.7.12

xfrm (2D Transform for Individual Objects)

§5.1.9.6

 

Attributes

Description

bwMode (Black and White Mode)

 

Namespace: .../drawingml/2006/main

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

 

No gray is to be used in rendering this image, only stark black and stark white.

 

[Note: This does not mean that the picture itself that is stored within the file is necessarily a black and white picture. This attribute instead sets the rendering mode that the picture will have applied to when rendering. 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_ShapeProperties">

   <sequence>

   <element name="xfrm" type="CT_Transform2D" minOccurs="0" maxOccurs="1"/>

   <group ref="EG_Geometry" minOccurs="0" maxOccurs="1"/>

   <group ref="EG_FillProperties" minOccurs="0" maxOccurs="1"/>

   <element name="ln" type="CT_LineProperties" minOccurs="0" maxOccurs="1"/>

   <group ref="EG_EffectProperties" minOccurs="0" maxOccurs="1"/>

   <element name="scene3d" type="CT_Scene3D" minOccurs="0" maxOccurs="1"/>

   <element name="sp3d" type="CT_Shape3D" minOccurs="0" maxOccurs="1"/>

   <element name="extLst" type="CT_OfficeArtExtensionList" minOccurs="0" maxOccurs="1"/>

   </sequence>

   <attribute name="bwMode" type="ST_BlackWhiteMode" use="optional"/>

</complexType>