Creates properties for n-ary operator structures.
This element specifies properties for n-ary objects like summations and integrals, including the operator character and limit positioning.
Reference: http://www.datypic.com/sc/ooxml/e-m_naryPr-1.html
<xsd:complexType name="CT_NaryPr"> <xsd:sequence> <xsd:element name="chr" type="CT_Char" minOccurs="0"/> <xsd:element name="limLoc" type="CT_LimLoc" minOccurs="0"/> <xsd:element name="grow" type="CT_OnOff" minOccurs="0"/> <xsd:element name="subHide" type="CT_OnOff" minOccurs="0"/> <xsd:element name="supHide" type="CT_OnOff" minOccurs="0"/> <xsd:element name="ctrlPr" type="CT_CtrlPr" minOccurs="0"/> </xsd:sequence></xsd:complexType> Copy
<xsd:complexType name="CT_NaryPr"> <xsd:sequence> <xsd:element name="chr" type="CT_Char" minOccurs="0"/> <xsd:element name="limLoc" type="CT_LimLoc" minOccurs="0"/> <xsd:element name="grow" type="CT_OnOff" minOccurs="0"/> <xsd:element name="subHide" type="CT_OnOff" minOccurs="0"/> <xsd:element name="supHide" type="CT_OnOff" minOccurs="0"/> <xsd:element name="ctrlPr" type="CT_CtrlPr" minOccurs="0"/> </xsd:sequence></xsd:complexType>
Creates properties for n-ary operator structures.
This element specifies properties for n-ary objects like summations and integrals, including the operator character and limit positioning.
Reference: http://www.datypic.com/sc/ooxml/e-m_naryPr-1.html
XSD Schema