22.1.2.5 argPr

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="0"/>
    <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]

[Note: The W3C XML Schema definition of this element’s content model (CT_OMathArgPr) is located in A.6.1. end note]

Last updated on