[Table of Contents] [docx version]

Shared MLs Reference Material - Math

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

m7.1.2.60)

 

Child Elements

Subclause

baseJc (Matrix Base Justification)

§7.1.2.9

cGp (Matrix Column Gap)

§7.1.2.18

cGpRule (Matrix Column Gap Rule)

§7.1.2.19

cSp (Matrix Column Spacing)

§7.1.2.22

ctrlPr (Control Properties)

§7.1.2.23

mcs (Matrix Columns)

§7.1.2.67

plcHide (Hide Placeholders (Matrix))

§7.1.2.83

rSp (Row Spacing (Equation Array))

§7.1.2.92

rSpRule (Row Spacing Rule)

§7.1.2.93

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>