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
声明
<ChildElementInfoAttribute(GetType(RowSpacing))> _
<ChildElementInfoAttribute(GetType(MaxDistribution))> _
<ChildElementInfoAttribute(GetType(BaseJustification))> _
<ChildElementInfoAttribute(GetType(ObjectDistribution))> _
<ChildElementInfoAttribute(GetType(RowSpacingRule))> _
<ChildElementInfoAttribute(GetType(ControlProperties))> _
Public Class EquationArrayProperties _
Inherits OpenXmlCompositeElement
用法
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 第 1 个版本]
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&a&&&&&&=&&c</m:t>
</m:r>
</m:e>
<m:e>
<m:r>
<m:t>111&a&&+&111&b&&=&111&c</m:t>
</m:r>
</m:e>
<m:e>
<m:r>
<m:t>&&&&&b&&=&111&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. 以上摘要已经由 Microsoft(和/或其代理公司)从英语翻译为简体中文,ISO 对此翻译不承担任何责任。
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.