<argPr> (Argument Properties)

This element specifies any properties of the math argument.
example: : The XML below represents the <argSz> attribute on the base element <e> of a <box>:
<m:box>
  <m:boxPr>
    <m:noBreak m:val="off"/>
    <m:ctrlPr/>
  </m:boxPr>
  <m:e>
    <m:argPr>
      <m:argSz m:val="-1"/>
    </m:argPr>
    <m:r>
      <m:t>abc</m:t>
    </m:r>
  </m:e>
</m:box>

Parent Elements

<deg>7.1.2.26); <den>7.1.2.28); <e>7.1.2.32); <fName>7.1.2.37); <lim>7.1.2.52); <num>7.1.2.75); <sub>7.1.2.112); <sup>7.1.2.114)

Child Elements

Subclause

<argSz> (Argument Size)

§7.1.2.6

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

<complexType name="CT_OMathArgPr">
	<sequence>
	<element name="argSz" type="CT_Integer2" minOccurs="0"/>
	</sequence>
</complexType>