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

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_TextUnderlineLineFollowText"/>