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