EquationArrayProperties Class

Equation Array Properties.When the object is serialized out as xml, its qualified name is m:eqArrPr.

Inheritance Hierarchy

System.Object
  DocumentFormat.OpenXml.OpenXmlElement
    DocumentFormat.OpenXml.OpenXmlCompositeElement
      DocumentFormat.OpenXml.Math.EquationArrayProperties

Namespace:  DocumentFormat.OpenXml.Math
Assembly:  DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)

Syntax

'Declaration
<ChildElementInfoAttribute(GetType(RowSpacing))> _
<ChildElementInfoAttribute(GetType(MaxDistribution))> _
<ChildElementInfoAttribute(GetType(BaseJustification))> _
<ChildElementInfoAttribute(GetType(ObjectDistribution))> _
<ChildElementInfoAttribute(GetType(RowSpacingRule))> _
<ChildElementInfoAttribute(GetType(ControlProperties))> _
Public Class EquationArrayProperties _
    Inherits OpenXmlCompositeElement
'Usage
Dim instance As EquationArrayProperties
[ChildElementInfoAttribute(typeof(RowSpacing))]
[ChildElementInfoAttribute(typeof(MaxDistribution))]
[ChildElementInfoAttribute(typeof(BaseJustification))]
[ChildElementInfoAttribute(typeof(ObjectDistribution))]
[ChildElementInfoAttribute(typeof(RowSpacingRule))]
[ChildElementInfoAttribute(typeof(ControlProperties))]
public class EquationArrayProperties : OpenXmlCompositeElement

Remarks

The following table lists the possible child types:

  • BaseJustification <m:baseJc>

  • MaxDistribution <m:maxDist>

  • ObjectDistribution <m:objDist>

  • RowSpacingRule <m:rSpRule>

  • RowSpacing <m:rSp>

  • ControlProperties <m:ctrlPr>

[ISO/IEC 29500-1 1st Edition]

22.1.2.35 eqArrPr (Array Properties)

This element specifies the properties of the array object, including the vertical justification of the object and layout inside the object. [Example:

<m:eqArr>
  <m:eqArrPr>
    <m:baseJc m:val="bottom"/>
  </m:eqArrPr>
  <m:e>
    <m:r>
      <m:t>111&amp;a&amp;&amp;&amp;&amp;&amp;&amp;=&amp;&amp;c</m:t>
    </m:r>
  </m:e>
  <m:e>
    <m:r>
      <m:t>111&amp;a&amp;&amp;+&amp;111&amp;b&amp;&amp;=&amp;111&amp;c</m:t>
    </m:r>
  </m:e>
  <m:e>
    <m:r>
      <m:t>&amp;&amp;&amp;&amp;&amp;b&amp;&amp;=&amp;111&amp;c</m:t>
    </m:r>
  </m:e>
</m:eqArr>

end example]

Parent Elements

eqArr (§22.1.2.34)

Child Elements

Subclause

baseJc (Matrix Base Justification)

§22.1.2.9

ctrlPr (Control Properties)

§22.1.2.23

maxDist (Maximum Distribution)

§22.1.2.63

objDist (Object Distribution)

§22.1.2.76

rSp (Row Spacing (Array))

§22.1.2.92

rSpRule (Row Spacing Rule)

§22.1.2.93

[Note: The W3C XML Schema definition of this element’s content model (CT_EqArrPr) is located in §A.6.1. end note]

© ISO/IEC29500: 2008.

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

See Also

Reference

EquationArrayProperties Members

DocumentFormat.OpenXml.Math Namespace