[Table of Contents] [docx version]

SpreadsheetML Reference Material - Table of Contents

u (Underline)

This element represents the underline formatting style.

Parent Elements

font3.8.21); rPr3.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>