[Table of Contents] [docx version]

PresentationML Reference Material - Table of Contents

spPr (Shape Properties)

This element specifies the visual shape properties that can be applied to a shape. These properties include the shape fill, outline, geometry, effects, and 3D orientation.

Parent Elements

cxnSp4.4.1.17); pic4.4.1.34); sp4.4.1.40)

 

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>