<naryPr> (n-ary Properties)

This element specifies the properties of the n-ary object, including the type of n-ary operator that is used, the shape and height of the operator, the location of limits, and whether limits are shown or hidden.

Parent Elements

<nary>7.1.2.70)

Child Elements

Subclause

<chr> (Accent Character)

§7.1.2.20

<ctrlPr> (Control Properties)

§7.1.2.23

<grow> (n-ary Grow)

§7.1.2.43

<limLoc> (n-ary Limit Location)

§7.1.2.53

<subHide> (Hide Subscript (n-ary))

§7.1.2.113

<supHide> (Hide Superscript (n-ary))

§7.1.2.115

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

<complexType name="CT_NaryPr">
	<sequence>
	<element name="chr" type="CT_Char" minOccurs="0"/>
	<element name="limLoc" type="CT_LimLoc" minOccurs="0"/>
	<element name="grow" type="CT_OnOff" minOccurs="0"/>
	<element name="subHide" type="CT_OnOff" minOccurs="0"/>
	<element name="supHide" type="CT_OnOff" minOccurs="0"/>
	<element name="ctrlPr" type="CT_CtrlPr" minOccurs="0"/>
	</sequence>
</complexType>