<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. ]

Parent Elements

<defRPr>5.1.5.3.2); <endParaRPr>5.1.5.2.3); <rPr>5.1.5.3.9)

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_TextUnderlineFillFollowText"/>