<u>
(Underline)
This element represents the underline formatting style.
Attributes |
Description |
---|---|
|
An enumeration representing the style of underlining that is used. The 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>