[Table of Contents] [docx version]

Shared MLs Reference Material - Math

shp (Shape (Delimiters))

This element specifies the shape of delimiters in the delimiter object d. Delimiters can be centered around the entire height of their contents, or their height can be altered to exactly match their contents' height. When this element is omitted, delimiters are 'centered'. [Example: In the example below, delimiters will be matched to the height of their contents:

<m:dPr>
<m:shp m:val="match"/>
</m:dPr>

end example]

Parent Elements

dPr7.1.2.31)

 

Attributes

Description

val (Value)

Specifies the shape of the parent element. Possible values are match and centered.

 

The possible values for this attribute are defined by the ST_Shp simple type7.1.3.11).

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_Shp">

   <attribute name="val" type="ST_Shp" use="required"/>

</complexType>