21.1.2.3.13 uFillTx

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: Consider the DrawingML shown below.

<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 follows the color of the text run within which it resides. end example]

[Note: The W3C XML Schema definition of this element’s content model (CT_TextUnderlineFillFollowText) is located in A.4.1. end note]

Last updated on