<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. ]
Child Elements |
Subclause |
---|---|
|
|
|
|
|
|
|
|
|
|
|
The following XML Schema fragment defines the contents of this element:
<complexType name="CT_Color">
<sequence>
<group ref="EG_ColorChoice"/>
</sequence>
</complexType>