22.1.2.42 groupChrPr

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:

<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]

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

Last updated on