<accPr> (Accent Properties)

This element specifies the properties of the Accent function.
example: :
<m:accPr>
  <m:chr m:val="&#771;"/>
  <m:ctrlPr/>
</m:accPr>

Parent Elements

<acc>7.1.2.1)

Child Elements

Subclause

<chr> (Accent Character)

§7.1.2.20

<ctrlPr> (Control Properties)

§7.1.2.23

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_AccPr">
	<sequence>
	<element name="chr" type="CT_Char" minOccurs="0"/>
	<element name="ctrlPr" type="CT_CtrlPr" minOccurs="0"/>
	</sequence>
</complexType>