<buNone> (No Bullet)

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:
<p:txBody><a:p>
    <a:pPr …>
      <a:buNone/>
    </a:pPr>
    
    <a:t>Bullet 1</a:t>
    
  </a:p>
  
</p:txBody>

The above paragraph will be formatted with no bullets. ]

Parent Elements

<defPPr>5.1.5.2.2); <lvl1pPr>5.1.5.4.13); <lvl2pPr>5.1.5.4.14); <lvl3pPr>5.1.5.4.15); <lvl4pPr>5.1.5.4.16); <lvl5pPr>5.1.5.4.17); <lvl6pPr>5.1.5.4.18); <lvl7pPr>5.1.5.4.19); <lvl8pPr>5.1.5.4.20); <lvl9pPr>5.1.5.4.21); <pPr>5.1.5.2.7)

The following XML Schema fragment defines the contents of this element:

<complexType name="CT_TextNoBullet"/>