[Table of Contents] [docx version]

Shared MLs Reference Material - Math

grow (n-ary Grow)

This element specifies the growth property of n-ary operators at the document level. When off, n-ary operators such as integrals and summations do not grow to match the size of their operand height. When on, the n-ary operator grows vertically to match its operand height. If this property is omitted, grow is set to off. [Example: The two integrals below demonstrate the difference between grow = off and grow = on.

 

The XML that defines nary growth is:

<m:naryPr>
<m:chr m:val="&#8747;"/>
<m:grow m:val="on"/>
</m:naryPr>

end example]

Parent Elements

dPr7.1.2.31); naryPr7.1.2.72)

 

Attributes

Description

val (value)

Specifies a binary value for the property defined by the parent XML element.

 

A value of on specifies that the property shall be explicitly applied. This is the default value for this attribute, and is implied when the parent element is present.

 

A value of off specifies that the property shall be explicitly turned off. This is implied when the parent element is not present.

 

The possible values for this attribute are defined by the ST_OnOff simple type7.1.3.9).

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

<complexType name="CT_OnOff">

   <attribute name="val" type="ST_OnOff"/>

</complexType>