17.18.99 ST_Underline
This simple type specifies the types of patterns which can be used to create the underline applied beneath the text in a run.
[Example: Consider a run of text which must have a double underline explicitly turned on for the contents of the run. This constraint is specified using the following WordprocessingML:
<w:rPr>
<w:u w:val="double"/>
</w:rPr>
The val of the underline on this run is double, so the style of the underline on this run must be a double line. end example]
This simple type’s contents are a restriction of the W3C XML Schema string datatype.
This simple type is restricted to the values
listed in the following table:
Enumeration Value
Description
Specifies an underline consisting of a dashed line beneath all characters in this run.
[Example:
end example]
Specifies an underline consisting of a series of thick dash, dot, dot characters beneath all characters in this run.
[Example:
end example]
Specifies an underline consisting of a series of thick dash, dot characters beneath all characters in this run.
[Example:
end example]
Specifies an underline consisting of a series of thick dashes beneath all characters in this run.
[Example:
end example]
Specifies an underline consisting of long dashed characters beneath all characters in this run.
[Example:
Enumeration Value
Description
end example]
Specifies an underline consisting of thick long dashed characters beneath all characters in this run.
[Example:
end example]
Specifies an underline consisting of a series of dash, dot characters beneath all characters in this run.
[Example:
end example]
Specifies an underline consisting of a series of dash, dot, dot characters beneath all characters in this run.
[Example:
end example]
Specifies an underline consisting of a series of dot characters beneath all characters in this run.
[Example:
end example]
Specifies an underline consisting of a series of thick dot characters beneath all characters in this run.
[Example:
Enumeration Value
end example]
Description
Specifies an underline consisting of two lines beneath all characters in this run.
[Example:
end example]
Specifies no underline beneath this run.
[Example:
end example]
Specifies an underline consisting of a single line beneath all characters in this run.
[Example:
end example]
Specifies an underline consisting of a single thick line beneath all characters in this run.
[Example:
end example]
Specifies an underline consisting of a single wavy line beneath all characters in this run.
[Example:
end example]
Specifies an underline consisting of a pair of wavy lines beneath all characters in this run.
Enumeration Value
[Example:
Description
end example]
Specifies an underline consisting of a single thick wavy line beneath all characters in this run.
[Example:
end example]
Specifies an underline consisting of a single line beneath all non-space characters in the run. There shall be no underline beneath any space character (breaking or non-breaking).
[Example:
end example]
[Note: The W3C XML Schema definition of this simple type’s content model (ST_Underline) is located in A.1. end note]