EquationArrayProperties-Klasse
Equation Array Properties.When the object is serialized out as xml, its qualified name is m:eqArrPr.
Vererbungshierarchie
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
Hinweise
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. Ausgabe]
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. Die oben aufgeführten Textauszüge wurden von Microsoft (und/oder den Microsoft-Vendoren) von Englisch nach Deutsch übersetzt, und im Rahmen von ISO wird keinerlei Verantwortung für diese Übersetzungen übernommen.
Threadsicherheit
Alle öffentlichen static (Shared in Visual Basic) Member dieses Typs sind threadsicher. Bei Instanzmembern ist die Threadsicherheit nicht gewährleistet.