21.1.2.3.4 highlight
21.1.2.3.4 highlight
This element specifies the highlight color that is present for a run of text.
[Example: Consider the DrawingML shown below.
<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 has a yellow highlight color as specified by the srgbClr child element. end example]
[Note: The W3C XML Schema definition of this element’s content model (CT_Color) is located in A.4.1. end note]
Last updated on