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