21.1.2.4.4 buClr
21.1.2.4.4 buClr
This element specifies the color to be used on bullet characters within a given paragraph. The color is specified using the numerical RGB color format.
[Example: Consider the DrawingML shown below.
<p:txBody>
…
<a:p>
<a:pPr …>
<a:buClr>
<a:srgbClr val="FFFF00"/>
</a:buClr>
</a:pPr>
…
<a:t>Bullet 1</a:t>
…
</a:p>
…
</p:txBody>
The color of the above bullet does not follow the text color but instead has a yellow color specified by val=“FFFF00”. This color should only apply to the actual bullet character and not to the text within the bullet. 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