<mPr>
(Matrix Properties)
This element specifies properties of the matrix <m>
, including the justification of the matrix and the layout of elements within the matrix.
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_MPr">
<sequence>
<element name="baseJc" type="CT_YAlign" minOccurs="0"/>
<element name="plcHide" type="CT_OnOff" minOccurs="0"/>
<element name="rSpRule" type="CT_SpacingRule" minOccurs="0"/>
<element name="cGpRule" type="CT_SpacingRule" minOccurs="0"/>
<element name="rSp" type="CT_UnSignedInteger" minOccurs="0"/>
<element name="cSp" type="CT_UnSignedInteger" minOccurs="0"/>
<element name="cGp" type="CT_UnSignedInteger" minOccurs="0"/>
<element name="mcs" type="CT_MCS" minOccurs="0"/>
<element name="ctrlPr" type="CT_CtrlPr" minOccurs="0"/>
</sequence>
</complexType>