[Table of Contents] [docx version]

Shared MLs Reference Material - Math

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>

end example]

Parent Elements

deg7.1.2.26); den7.1.2.28); e7.1.2.32); fName7.1.2.37); lim7.1.2.52); num7.1.2.75); sub7.1.2.112); sup7.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>