21.1.2.4.8 buNone
21.1.2.4.8 buNone
This element specifies that the paragraph within which it is applied is to have no bullet formatting applied to it. That is to say that there should be no bulleting found within the paragraph where this element is specified.
[Example: Consider the DrawingML shown below.
<p:txBody>
…
<a:p>
<a:pPr …>
<a:buNone/>
</a:pPr>
…
<a:t>Bullet 1</a:t>
…
</a:p>
…
</p:txBody>
The above paragraph is formatted with no bullets. end example]
[Note: The W3C XML Schema definition of this element’s content model (CT_TextNoBullet) is located in A.4.1. end note]
Last updated on