<u> (Underline)

This element represents the underline formatting style.

Parent Elements

<font>3.8.21); <rPr>3.4.7)

Attributes

Description

<val> (Underline Value)

An enumeration representing the style of underlining that is used.

The none style is equivalent to not using underlining at all.

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

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

<complexType name="CT_UnderlineProperty">
	<attribute name="val" type="ST_UnderlineValues" use="optional" default="single"/>
</complexType>