<uLnTx> (Underline Follows Text)
This element specifies that the stroke style of an underline for a run of text should be of the same as the text run within which it is contained.
example:
<p:txBody>
…
<a:p>
<a:r>
<a:rPr …>
<a:uLnTx>
</a:rPr>
…
<a:t>Sample Text</a:t>
…
</a:r>
</a:p>
…
</p:txBody>
The underline stroke of the above text will follow the stroke of the run text within which it resides. ]
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_TextUnderlineLineFollowText"/>