[Table of Contents] [docx version]
Shared MLs Reference Material - Math
eqArrPr (Equation Array Properties)
This element specifies the properties of the equation array object, including the vertical justification of the object and layout inside the object.
Parent Elements |
eqArr (§7.1.2.34) |
Child Elements |
Subclause |
baseJc (Matrix Base Justification) |
§7.1.2.9 |
ctrlPr (Control Properties) |
§7.1.2.23 |
maxDist (Maximum Distribution) |
§7.1.2.63 |
objDist (Object Distribution) |
§7.1.2.76 |
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_EqArrPr">
<sequence>
<element name="baseJc" type="CT_YAlign" minOccurs="0"/>
<element name="maxDist" type="CT_OnOff" minOccurs="0"/>
<element name="objDist" type="CT_OnOff" minOccurs="0"/>
<element name="rSpRule" type="CT_SpacingRule" minOccurs="0"/>
<element name="rSp" type="CT_UnSignedInteger" minOccurs="0"/>
<element name="ctrlPr" type="CT_CtrlPr" minOccurs="0"/>
</sequence>
</complexType>