GroupCharProperties class
Group-Character Properties. When the object is serialized out as xml, its qualified name is m:groupChrPr.
DocumentFormat.OpenXml.OpenXmlElement
DocumentFormat.OpenXml.OpenXmlCompositeElement
DocumentFormat.OpenXml.Math.GroupCharProperties
Namespace: DocumentFormat.OpenXml.Math
Assembly: DocumentFormat.OpenXml (in DocumentFormat.OpenXml.dll)
[ISO/IEC 29500-1 1st Edition]
groupChrPr (Group-Character Properties)
This element specifies the properties of the Group-Character object groupChr. These properties can be used to specify the character placed above or below the argument, and the position of the character. When omitted, character ⏟ (U+23DF, BOTTOM CURLY BRACKET) is used as the chr and its pos is set to bot.
[Example:
is represented by the following XML:
<m:groupChr>
<m:groupChrPr>
<m:chr m:val="⏞"/>
<m:pos m:val="top"/>
<m:vertJc m:val="bot"/>
</m:groupChrPr>
<m:e>
<m:r>
<m:t>x+y</m:t>
</m:r>
</m:e>
</m:groupChr>end example]
Parent Elements |
|---|
groupChr (§22.1.2.41) |
Child Elements | Subclause |
|---|---|
chr (Character) | §22.1.2.20 |
ctrlPr (Control Properties) | §22.1.2.23 |
pos (Position) | §22.1.2.84 |
vertJc (Vertical Justification) | §22.1.2.119 |
[Note: The W3C XML Schema definition of this element’s content model (CT_GroupChrPr) is located in §A.6.1. end note]
© ISO/IEC29500: 2008.