<groupChrPr>
(Group-Character Properties)
This element specifies the properties of the Group-Character function <groupChr>
. These properties can be used to specify the character placed above or below the argument, and the position of the character. When omitted, U+23DF is used as the <chr>
and its <pos >
is set to< bot.>
Parent Elements |
---|
|
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_GroupChrPr">
<sequence>
<element name="chr" type="CT_Char" minOccurs="0"/>
<element name="pos" type="CT_TopBot" minOccurs="0"/>
<element name="vertJc" type="CT_TopBot" minOccurs="0"/>
<element name="ctrlPr" type="CT_CtrlPr" minOccurs="0"/>
</sequence>
</complexType>