ArgumentProperties class

Office 2013 and later

Argument Properties. When the object is serialized out as xml, its qualified name is m:argPr.

Namespace:  DocumentFormat.OpenXml.Math
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

No code example is currently available or this language may not be supported.

[ISO/IEC 29500-1 1st Edition]

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

Parent Elements

deg (§22.1.2.26); den (§22.1.2.28); e (§22.1.2.32); fName (§22.1.2.37); lim (§22.1.2.52); num (§22.1.2.75); sub (§22.1.2.112); sup (§22.1.2.114)

Child Elements

Subclause

argSz (Argument Size)

§22.1.2.6

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

© ISO/IEC29500: 2008.

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.
Show: