<wrapRight>
(Wrap Right)
This element specifies the right justification of the wrapped line of an equation. The line or lines of a wrapped equation after the line break can either be indented by a specified amount from the left margin, or right aligned. If this element is present, the continuation is right aligned.
example: : An example of this element in use is:
<m:mathPr> <m:mathFont m:val="Cambria Math"/> <m:brkBin m:val="before"/> <m:brkBinSub m:val="--"/> <m:smallFrac m:val="off"/> <m:dispDef/> <m:lMargin m:val="0"/> <m:rMargin m:val="0"/> <m:defJc m:val="centerGroup"/> <m:wrapRight/> <m:intLim m:val="subSup"/> <m:naryLim m:val="undOvr"/> </m:mathPr>
Parent Elements |
---|
|
Attributes |
Description |
---|---|
|
Specifies a binary value for the property defined by the parent XML element. A value of A value of The possible values for this attribute are defined by the ST_OnOff simple type (§7.1.3.9). |
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_OnOff">
<attribute name="val" type="ST_OnOff"/>
</complexType>