<uFill> (Underline Fill)

This element specifies the fill color of an underline for a run of text.

example:
<p:txBody><a:p>
    <a:r>
      <a:rPr …>
        <a:uFill>
          <a:solidFill>
            <a:srgbClr val="FFFF00"/>
          </a:solidFill>
        </a:uFill>
      </a:rPr><a:t>Sample Text</a:t></a:r>
  </a:p></p:txBody>

The underline color of the above text will be yellow specified by the <srgbClr> child element. ]

Parent Elements

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

Child Elements

Subclause

<blipFill> (Picture Fill)

§5.1.10.14

<gradFill> (Gradient Fill)

§5.1.10.33

<grpFill> (Group Fill)

§5.1.10.35

<noFill> (No Fill)

§5.1.10.44

<pattFill> (Pattern Fill)

§5.1.10.47

<solidFill> (Solid Fill)

§5.1.10.54

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

<complexType name="CT_TextUnderlineFillGroupWrapper">
	<group ref="EG_FillProperties" minOccurs="1" maxOccurs="1"/>
</complexType>