21.1.2.4.9 buSzPct
This element specifies the size in percentage of the surrounding text to be used on bullet characters within a given paragraph.
[Example: Consider the DrawingML shown below.
<p:txBody>
…
<a:p>
<a:pPr …>
<a:buSzPct val="111%"/>
</a:pPr>
…
<a:t>Bullet 1</a:t>
…
</a:p>
…
</p:txBody>
The size of the above bullet follows the text size in that it is always rendered at 111% the size of the text within the given text run. This is specified by val=“111%”, with a restriction on the values not being less than 25% or more than 400%. This percentage size should only apply to the actual bullet character and not to the text within the bullet. end example]
Attributes
val (Value)
Specifies the percentage of the text size that this bullet should be. This attribute should not be lower than 25% and not be higher than 400%.
The possible values for this attribute are defined by the ST_TextBulletSizePercent simple type (20.1.10.62).
[Note: The W3C XML Schema definition of this element’s content model (CT_TextBulletSizePercent) is located in A.4.1. end note]