<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 |
---|
|
Child Elements |
Subclause |
---|---|
|
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>