<em> (Emphasis Mark)

This element specifies the emphasis mark which shall be displayed for each non-space character in this run. An emphasis mark is an additional character that is rendered above or below the main character glyph as specified by the contents of the @val attribute.

If this element is not present, the default value is to leave the formatting applied at previous level in the style hierarchy. If this element is never applied in the style hierarchy, then no emphasis mark shall be added to each character in the contents of this run.

example:
<w:rPr>
  <w:em w:val="dot"/>
</w:rPr>

This run explicitly declares that the emphasis mark type is dot, so the contents of this run will have a dot emphasis mark above each character. ]

Parent Elements

<rPr>2.7.8.1); <rPr>2.3.1.29); <rPr>2.5.2.26); <rPr>2.3.2.25); <rPr>2.3.2.26); <rPr>2.7.4.4); <rPr>2.3.1.30); <rPr>2.9.26); <rPr>2.5.2.27); <rPr>2.7.5.2)

Attributes

Description

<val> (Emphasis Mark Type)

Specifies the emphasis mark type used for each character in this run.

<w:rPr>
  <w:em w:val="dot"/>
</w:rPr>

This run explicitly declares that the <em> type is dot, so the contents of this run will have a dot emphasis mark beneath each character. ]

The possible values for this attribute are defined by the ST_Em simple type (§2.18.28).

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

<complexType name="CT_Em">
	<attribute name="val" type="ST_Em" use="required"/>
</complexType>