21.1.2.4.5 buClrTx

This element specifies that the color of the bullets for a paragraph should be of the same color as the text run within which each bullet is contained.

[Example: Consider the DrawingML shown below.

<p:txBody>
  <a:p>
    <a:pPr >
      <a:buClrTx>
    </a:pPr>
    <a:t>Bullet 1</a:t>
  </a:p>
</p:txBody>

The color of the above bullet follows the default text color of the text for the run of text shown above since no specific text color was specified. end example]

[Note: The W3C XML Schema definition of this element’s content model (CT_TextBulletColorFollowText) is located in A.4.1. end note]

Last updated on