Defines a property that uses an underline style.
| Namespace | http://schemas.microsoft.com/office/word/2003/wordml | 
| Schema name | XML Document 2003 | 
None.
| Attribute | Type | Required | Description | Possible Values | 
|---|---|---|---|---|
| val | underlineValues | optional | Gets or sets an underline style. | 
 | 
| color | hexColorType | optional | Gets or sets an underline color. | 
      
<xsd:complexType name="underlineProperty" >
  <xsd:attribute name="val" type="underlineValues" use="optional">
  </xsd:attribute>
  <xsd:attribute name="color" type="hexColorType" use="optional">
  </xsd:attribute>
</xsd:complexType>