22.1.2.41 groupChr
This element specifies the Group-Character object, consisting of a character drawn above or below text, often with the purpose of visually grouping items. [Example: The following example demonstrates the groupChr in use, both in its proper form and in XML:
<m:groupChr>
<m:groupChrPr>
<m:chr m:val="⏞"/>
<m:pos m:val="top"/>
</m:groupChrPr>
<m:e>
<m:r>
<m:t>x+x+EF;</m:t>
</m:r>
</m:e>
</m:groupChr>
end example]
[Note: The W3C XML Schema definition of this element’s content model (CT_GroupChr) is located in A.6.1. end note]
Last updated on