<highlight> (Highlight Color)

This element specifies the highlight color that will be present for a run of text.

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

The above run of text will have a yellow highlight color as 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

<hslClr> (Hue, Saturation, Luminance Color Model)

§5.1.2.2.13

<prstClr> (Preset Color)

§5.1.2.2.22

<schemeClr> (Scheme Color)

§5.1.2.2.29

<scrgbClr> (RGB Color Model - Percentage Variant)

§5.1.2.2.30

<srgbClr> (RGB Color Model - Hex Variant)

§5.1.2.2.32

<sysClr> (System Color)

§5.1.2.2.33

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

<complexType name="CT_Color">
	<sequence>
	<group ref="EG_ColorChoice"/>
	</sequence>
</complexType>