<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="∫"/> <m:grow m:val="on"/> </m:naryPr>
Attributes |
Description |
---|---|
|
Specifies a binary value for the property defined by the parent XML element. A value of A value of The possible values for this attribute are defined by the ST_OnOff simple type (§7.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>