21.1.2.3.12 uFill

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

[Example: Consider the DrawingML shown below.

<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 is yellow specified by the srgbClr child element. end example]

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

Last updated on