<limLoc> (n-ary Limit Location)

This element specifies the location of limits in n-ary operators. Limits can be either centered above and below the n-ary operator, or positioned just to the right of the operator, as in:

When this element is omitted, the default location is <undOvr>.
example: : The XML representing this property in use is:
<m:naryPr>
  <m:chr  m:val="&#8721;"/>
  <m:limLoc m:val="subSup"/>
  <m:grow m:val="on"/>
</m:naryPr>

Parent Elements

<naryPr>7.1.2.72)

Attributes

Description

<val> (Value)

Specifies the default location of limits on an integral. Possible values are subSup and undOvr.

The possible values for this attribute are defined by the ST_LimLoc simple type (§7.1.3.8).

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

<complexType name="CT_LimLoc">
	<attribute name="val" type="ST_LimLoc" use="required"/>
</complexType>