<buClr>
(Color Specified)
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.
<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 will not follow the text color but instead will have 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. ]
Parent Elements |
---|
|
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>